llvm-project/mlir/lib/Transforms/Utils
Frederik Gossen 673e9828be [MLIR] Fix iteration counting in greedy pattern application
Previously, checking that a fix point is reached was counted as a full
iteration. As this "iteration" never changes the IR, this seems counter-
intuitive.

Differential Revision: https://reviews.llvm.org/D123641
2022-04-21 15:17:28 -04:00
..
CMakeLists.txt [NFC] fix cmake build 2022-04-16 00:56:38 +00:00
ControlFlowSinkUtils.cpp [mlir] Refactor LICM into a utility 2022-04-16 00:37:07 +00:00
DialectConversion.cpp [mlir:PDL] Expand how native constraint/rewrite functions can be defined 2022-04-06 17:41:59 -07:00
FoldUtils.cpp Reland [GreedPatternRewriter] Preprocess constants while building worklist when not processing top down 2022-04-07 11:31:42 -07:00
GreedyPatternRewriteDriver.cpp [MLIR] Fix iteration counting in greedy pattern application 2022-04-21 15:17:28 -04:00
InliningUtils.cpp [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
LoopInvariantCodeMotionUtils.cpp [mlir] Refactor LICM into a utility 2022-04-16 00:37:07 +00:00
RegionUtils.cpp [mlir] Add support for operation-produced successor arguments in BranchOpInterface 2022-04-08 08:28:16 +02:00
SideEffectUtils.cpp [mlir] Refactor LICM into a utility 2022-04-16 00:37:07 +00:00