llvm-project/mlir/test
Uday Bondhugula 332f0b3cd4 Affine expr simplification for add of const multiple of same expression
- Detect "c_1 * expr + c_2 * expr" as (c_1 + c_2) * expr
- subsumes things like 'expr - expr' and "expr * -1 + expr" as 0.
- change AffineConstantExpr ctor to allow default null init

Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>

Differential Revision: https://reviews.llvm.org/D76233
2020-03-17 08:22:17 +05:30
..
Analysis [mlir] Update the CallGraph for nested symbol references, and simplify CallableOpInterface 2020-01-13 15:51:28 -08:00
Conversion [mlir][spirv] Use spv.vce in spv.module and wire up (de)serialization 2020-03-12 19:37:45 -04:00
Dialect Affine expr simplification for add of const multiple of same expression 2020-03-17 08:22:17 +05:30
EDSC [mlir] Create a std op instead of chain of ops. 2020-03-10 15:01:44 -07:00
Examples [mlir][Tutorial] Make parsing an empty file print a better error. 2020-03-03 13:21:05 -08:00
IR Affine expr simplification for add of const multiple of same expression 2020-03-17 08:22:17 +05:30
Pass Refactor the way that pass options are specified. 2019-12-23 16:48:22 -08:00
Quantizer Convert the Canonicalize and CSE passes to generic Operation Passes. 2019-10-24 15:01:09 -07:00
SDBM [MLIR] Fixes for BUILD_SHARED_LIBS=on 2020-03-06 13:25:18 -08:00
Target [mlir][LLVMIR] Add a support for boolean type arguments conversion 2020-03-13 14:40:26 -07:00
Transforms [MLIR][NFC] update/clean up affine PDT, related utils, its test case 2020-03-17 06:12:16 +05:30
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir] Add support for the attribute verifiers in the dialect declaration generator. 2020-03-16 18:32:23 -07:00
mlir-cpu-runner Revert "[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries." 2020-02-29 11:52:08 -08:00
mlir-cuda-runner [MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm lowering 2020-03-11 14:07:04 +01:00
mlir-opt [MLIR] add show-dialects option for mlir-opt 2020-02-27 10:43:39 -08:00
mlir-tblgen [mlir] Automatically add DerivedAttribute op interface 2020-03-13 14:26:30 -07:00
mlir-vulkan-runner [mlir][spirv] Use spv.vce in spv.module and wire up (de)serialization 2020-03-12 19:37:45 -04:00
APITest.h Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt [mlir] NFC - Split out RunnerUtils that don't require a C++ runtime 2020-02-27 14:14:11 -05:00
lit.cfg.py [mlir][spirv] Add mlir-vulkan-runner 2020-02-19 11:37:26 -05:00
lit.site.cfg.py.in [mlir][spirv] Add mlir-vulkan-runner 2020-02-19 11:37:26 -05:00