[all-commits] [llvm/llvm-project] fefe65: [mlir][NFC] GreedyPatternRewriteDriver: Consistent...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Jan 16 07:34:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fefe655baafb9aa11ae3e2a34b19aef1f47e2b8d
https://github.com/llvm/llvm-project/commit/fefe655baafb9aa11ae3e2a34b19aef1f47e2b8d
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
M mlir/lib/Dialect/Affine/TransformOps/AffineTransformOps.cpp
M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list