llvm-project/mlir/test/lib
River Riddle 6563b1c446 Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`.
This interface will allow for providing hooks to interrop with operation folding. The first hook, 'shouldMaterializeInto', will allow for controlling which region to insert materialized constants into. The folder will generally materialize constants into the top-level isolated region, this allows for materializing into a lower level ancestor region if it is more profitable/correct.

PiperOrigin-RevId: 266702972
2019-09-01 20:07:08 -07:00
..
TestDialect Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`. 2019-09-01 20:07:08 -07:00
Transforms Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`. 2019-09-01 20:07:08 -07:00
CMakeLists.txt Split test-specific passes out of mlir-opt 2019-06-24 17:47:12 -07:00