llvm-project/mlir/tools
Lei Zhang 60f78453d7 Emit matchAndRewrite() for declarative rewrite rules
Previously we are emitting separate match() and rewrite()
methods, which requires conveying a match state struct
in a unique_ptr across these two methods. Changing to
emit matchAndRewrite() simplifies the picture.

PiperOrigin-RevId: 261906804
2019-08-06 07:11:08 -07:00
..
mlir-cpu-runner Move shared cpu runner library to Support/JitRunner. 2019-07-16 13:45:16 -07:00
mlir-cuda-runner NFC: Implement OwningRewritePatternList as a class instead of a using directive. 2019-08-05 18:38:22 -07:00
mlir-opt Link in MLIRGPUtoSPIRVTransforms with mlir-opt 2019-07-30 12:39:43 -07:00
mlir-tblgen Emit matchAndRewrite() for declarative rewrite rules 2019-08-06 07:11:08 -07:00
mlir-translate Split out TranslateClParser and add new parse method that reuses SourceMgr. 2019-06-26 11:14:45 -07:00
CMakeLists.txt Add an mlir-cuda-runner tool. 2019-07-04 07:53:54 -07:00