changed was not updated correctly when it was already set to "true" before calling applyPatternsAndFoldGreedily.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155934
[mlir][Transforms] GreedyPatternRewriteDriver: Fix `changed` parameter ClosedPublic Authored by springerm on Jul 21 2023, 3:09 AM.
Details Summary changed was not updated correctly when it was already set to "true" before calling applyPatternsAndFoldGreedily.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 21 2023, 8:11 PM Closed by commit rG0318123f67d1: [mlir][Transforms] GreedyPatternRewriteDriver: Fix `changed` parameter (authored by springerm). · Explain WhyJul 21 2023, 11:49 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 543152 mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
|