[mlir][NFC] GreedyPatternRewriteDriver: Consistent return values
authorMatthias Springer <springerm@google.com>
Mon, 16 Jan 2023 15:23:58 +0000 (16:23 +0100)
committerMatthias Springer <springerm@google.com>
Mon, 16 Jan 2023 15:30:12 +0000 (16:30 +0100)
commitfefe655baafb9aa11ae3e2a34b19aef1f47e2b8d
tree2da7ef2f62936dc2b747c8311f642a315a86af3d
parent6e5021b8dcce44fad4f1105d0c6841e7ae7c434d
[mlir][NFC] GreedyPatternRewriteDriver: Consistent return values

All `apply...` functions now return a LogicalResult indicating whether the iterative process converged or not.

Differential Revision: https://reviews.llvm.org/D141845
mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
mlir/lib/Dialect/Affine/TransformOps/AffineTransformOps.cpp
mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp