llvm-project/mlir/lib/Reducer
rkayaith 55300991b5 [mlir-reduce] Support parsing operations other than 'builtin.module' as top-level
This adds a `--no-implicit-module` option, which disables the insertion
of a top-level `builtin.module` during parsing. Although other ops can
now be parsed as top-level, the actual reduction passes are still
restricted to `builtin.module` as it didn't seem straightforward to
update them.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D134242
2022-10-03 16:15:53 -04:00
..
CMakeLists.txt [mlir-reduce] Create MlirReduceLib 2021-06-03 15:58:26 +08:00
OptReductionPass.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00
ReductionNode.cpp Apply clang-tidy fixes for performance-move-const-arg in ReductionNode.cpp (NFC) 2022-01-10 01:05:14 +00:00
ReductionTreePass.cpp [mlir-reduce] Support parsing operations other than 'builtin.module' as top-level 2022-10-03 16:15:53 -04:00
Tester.cpp Fix more clang-tidy cleanups in mlir/ (NFC) 2021-12-22 20:53:11 +00:00