llvm-project/mlir/test/lib
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
..
IR Update the symbol utility methods to handle the case of unknown operations. 2019-10-08 18:38:37 -07:00
Pass Add support for generating reproducers on pass crash and failure. 2019-10-10 19:36:54 -07:00
TestDialect Allowing replacing non-root operations in DialectConversion. 2019-10-14 10:01:59 -07:00
Transforms Add Instance Specific Pass Options. 2019-10-08 18:23:43 -07:00
CMakeLists.txt Add support for walking the uses of a symbol. 2019-10-08 10:21:59 -07:00