All apply... functions now return a LogicalResult indicating whether the iterative process converged or not.
Depends On: D141844
Paths
| Differential D141845
[mlir][NFC] GreedyPatternRewriteDriver: Consistent return values ClosedPublic Authored by springerm on Jan 16 2023, 6:22 AM.
Details Summary All apply... functions now return a LogicalResult indicating whether the iterative process converged or not. Depends On: D141844
Diff Detail
Event Timelinespringerm added a parent revision: D141844: [mlir][NFC] GreedyPatternRewriteDriver: Remove overridden eraseOp.Jan 16 2023, 6:23 AM This revision is now accepted and ready to land.Jan 16 2023, 7:17 AM Closed by commit rGfefe655baafb: [mlir][NFC] GreedyPatternRewriteDriver: Consistent return values (authored by springerm). · Explain WhyJan 16 2023, 7:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 489534 mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
mlir/lib/Dialect/Affine/TransformOps/AffineTransformOps.cpp
mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
|