llvm-project/mlir/tools/mlir-reduce
Mehdi Amini f54914081f Fix mlir-reduce to explicitly register dialects and disable the global dialect registry by default
Clients who rely on the Context loading dialects from the global
registry can call `mlir::enableGlobalDialectRegistry(true);` before
creating an MLIRContext

Differential Revision: https://reviews.llvm.org/D86897
2020-08-31 22:54:58 +00:00
..
Passes [mlir] NFC: fix trivial typo under test and tools 2020-08-27 15:37:42 +09:00
CMakeLists.txt Fix mlir-reduce to explicitly register dialects and disable the global dialect registry by default 2020-08-31 22:54:58 +00:00
OptReductionPass.cpp Fix gcc warning by explicitly initializing the base class copy ctor (NFC) 2020-08-30 17:46:51 +00:00
ReductionNode.cpp Refactor Reduction Tree Pass 2020-08-21 04:59:24 +00:00
ReductionTreeUtils.cpp Add NDEBUG checks around debug only loop to avoid unused variable 2020-08-24 17:58:57 -07:00
mlir-reduce.cpp Fix mlir-reduce to explicitly register dialects and disable the global dialect registry by default 2020-08-31 22:54:58 +00:00