This allows users of applyPatternsAndFoldGreedily to detect if any MLIR changes have occurred. An example use-case is where we expect the applyPatternsAndFoldGreedily to change the IR and want to validate that it indeed does change it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h | ||
---|---|---|
126 | Nit: remove trivial braces here. |
Nit: remove trivial braces here.