[all-commits] [llvm/llvm-project] e8aaf7: [mlir] specify the values when notifying about op ...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Sep 27 09:22:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8aaf75810575e389f5191e69ae3ab387d57f61a
https://github.com/llvm/llvm-project/commit/e8aaf75810575e389f5191e69ae3ab387d57f61a
Author: Alex Zinenko <zinenko at google.com>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M mlir/include/mlir/IR/PatternMatch.h
M mlir/lib/IR/PatternMatch.cpp
M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
Log Message:
-----------
[mlir] specify the values when notifying about op replacement
It is useful for PatternRewriter listeners to know the values that are
replacing the op in addition to only the fact of the op being replaced
for being able to keep track of changes or for debugging.
Reviewed By: Mogball
Differential Revision: https://reviews.llvm.org/D134748
More information about the All-commits
mailing list