[all-commits] [llvm/llvm-project] daf418: [mlir] Fix GreedyPatternRewriteDriver::notifyOpera...
Ingo Müller via All-commits
all-commits at lists.llvm.org
Wed Mar 1 02:48:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: daf41890709b8ad60e45c37c173105ee8f3ba971
https://github.com/llvm/llvm-project/commit/daf41890709b8ad60e45c37c173105ee8f3ba971
Author: Ingo Müller <ingomueller at google.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
Log Message:
-----------
[mlir] Fix GreedyPatternRewriteDriver::notifyOperationModified.
The previous implementation did not notify the attached listener.
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D145049
More information about the All-commits
mailing list