llvm-project/mlir/test
River Riddle 96de7091bc Allowing replacing non-root operations in DialectConversion.
When dealing with regions, or other patterns that need to generate temporary operations, it is useful to be able to replace other operations than the root op being matched. Before this PR, these operations would still be considered for legalization meaning that the conversion would either fail, erroneously need to mark these ops as legal, or add unnecessary patterns.

PiperOrigin-RevId: 274598513
2019-10-14 10:01:59 -07:00
..
AffineOps Add support for canonicalizing callable regions during inlining. 2019-10-10 17:06:33 -07:00
Analysis Add initial callgraph support. 2019-09-23 11:44:13 -07:00
Conversion Emit LLVM IR equivalent of sizeof when lowering alloc operations 2019-10-11 06:33:26 -07:00
Dialect Fix linalg.subview behavior in (partially) static cases. 2019-10-14 08:43:53 -07:00
EDSC Add custom builder for AffineIfOp 2019-09-06 11:03:03 -07:00
Examples Emit LLVM IR equivalent of sizeof when lowering alloc operations 2019-10-11 06:33:26 -07:00
IR Add unary ops and ExpOp to Standard Dialect. 2019-10-11 05:13:55 -07:00
Pass Add support for generating reproducers on pass crash and failure. 2019-10-10 19:36:54 -07:00
Quantizer Change the attribute dictionary syntax to separate name and value with '='. 2019-06-25 19:06:34 -07:00
SDBM Overhaul the SDBM expression kind hierarchy 2019-09-16 08:16:06 -07:00
Target LLVM Dialect: introduce llvm.mlir.null operation 2019-10-11 06:32:24 -07:00
Transforms Allowing replacing non-root operations in DialectConversion. 2019-10-14 10:01:59 -07:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib Allowing replacing non-root operations in DialectConversion. 2019-10-14 10:01:59 -07:00
mlir-cpu-runner Use llvm.func to define functions with wrapped LLVM IR function type 2019-10-10 01:34:06 -07:00
mlir-cuda-runner Support reduction of partial warps. 2019-10-07 03:31:00 -07:00
mlir-tblgen Add trait for specified shapes matching 2019-10-10 17:19:57 -07:00
APITest.h Use FileCheck to test SDBM 2019-05-20 13:48:53 -07:00
CMakeLists.txt Start a minimal mlir_utils runtime library for testing debugging purposes 2019-10-07 09:06:55 -07:00
lit.cfg.py Add an mlir-cuda-runner tool. 2019-07-04 07:53:54 -07:00
lit.site.cfg.py.in Use single quotes to wrap '@HOST_LDFLAGS@' in LIT config file 2019-10-14 09:05:34 -07:00