[all-commits] [llvm/llvm-project] 7d436d: [mlir][transform] TrackingListener: Allow existing...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri May 12 06:12:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d436d56b60b36508b94e39d08761f1405a9c770
https://github.com/llvm/llvm-project/commit/7d436d56b60b36508b94e39d08761f1405a9c770
Author: Matthias Springer <me at m-sp.org>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.h
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
Log Message:
-----------
[mlir][transform] TrackingListener: Allow existing ops as replacements
The TrackingListener was unnecessarily strict. Existing ops are now allowed when updating payload ops mappings due to `replaceOp` in the TrackingListener.
Differential Revision: https://reviews.llvm.org/D150429
More information about the All-commits
mailing list