[all-commits] [llvm/llvm-project] 93a735: [mlir][Linalg] Add a structured transform to mater...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Apr 12 04:05:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93a735ac789d92a7e495408cc202140ea24db3ee
https://github.com/llvm/llvm-project/commit/93a735ac789d92a7e495408cc202140ea24db3ee
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2023-04-12 (Wed, 12 Apr 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.h
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
A mlir/test/Dialect/Linalg/transform-op-insert-slice-to-copy.mlir
Log Message:
-----------
[mlir][Linalg] Add a structured transform to materialize a tensor.insert_slice via a linalg.copy
This is useful to materialize copies explicitly before bufferization and
transform them, avoiding the need to rediscover them after bufferization.
Differential Revision: https://reviews.llvm.org/D148108
More information about the All-commits
mailing list