[all-commits] [llvm/llvm-project] 6e5021: [mlir][NFC] GreedyPatternRewriteDriver: Remove ove...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Jan 16 07:23:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e5021b8dcce44fad4f1105d0c6841e7ae7c434d
https://github.com/llvm/llvm-project/commit/6e5021b8dcce44fad4f1105d0c6841e7ae7c434d
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
Log Message:
-----------
[mlir][NFC] GreedyPatternRewriteDriver: Remove overridden eraseOp
It is not necessary to override `eraseOp`, we can use the existing `notifyOperationRemoved`.
Differential Revision: https://reviews.llvm.org/D141844
More information about the All-commits
mailing list