llvm-project/mlir/test/lib/TestDialect
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
..
CMakeLists.txt Merge TypeUtilities library into the IR library 2019-07-20 03:04:22 -07:00
TestDialect.cpp Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`. 2019-09-01 20:07:08 -07:00
TestDialect.h Add tests for broadcastable trait 2019-07-19 11:38:38 -07:00
TestOps.td Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`. 2019-09-01 20:07:08 -07:00
TestPatterns.cpp Change from llvm::make_unique to std::make_unique 2019-08-17 11:06:03 -07:00
lit.local.cfg Split test-specific passes out of mlir-opt 2019-06-24 17:47:12 -07:00