[all-commits] [llvm/llvm-project] 67dfe9: [mlir] Return new Operation from `Rewriter::replac...
Vladislav Vinogradov via All-commits
all-commits at lists.llvm.org
Tue Feb 2 10:33:36 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67dfe9c8d70c1242c1e91e3bafc710781ac2a585
https://github.com/llvm/llvm-project/commit/67dfe9c8d70c1242c1e91e3bafc710781ac2a585
Author: Vladislav Vinogradov <vlad.vinogradov at intel.com>
Date: 2021-02-02 (Tue, 02 Feb 2021)
Changed paths:
M mlir/include/mlir/IR/PatternMatch.h
Log Message:
-----------
[mlir] Return new Operation from `Rewriter::replaceOpWithNewOp`
It will allow to perform additional manipulation with the newly created Operation.
For example, custom attributes propagation/changes.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D95525
More information about the All-commits
mailing list