[all-commits] [llvm/llvm-project] 5d7e0a: [mlir] Add LinalgInterface method to clone with a ...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Wed Mar 3 09:25:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d7e0a23c6f2051d4caf8f8c8821790c40b584be
https://github.com/llvm/llvm-project/commit/5d7e0a23c6f2051d4caf8f8c8821790c40b584be
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
Log Message:
-----------
[mlir] Add LinalgInterface method to clone with a given BlockAndValueMapping.
Since Linalg operations have regions by default which are not isolated
from above, add an another method to the interface that will take a
BlockAndValueMapping to remap the values within the region as well.
Differential Revision: https://reviews.llvm.org/D97709
More information about the All-commits
mailing list