[all-commits] [llvm/llvm-project] 579bca: [mlir][linalg] BufferizeToAllocation: Add custom m...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jul 11 07:48:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 579bca12652ad0391df52c63704392d34bf13f09
https://github.com/llvm/llvm-project/commit/579bca12652ad0391df52c63704392d34bf13f09
Author: Matthias Springer <me at m-sp.org>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/ConvertToDestinationStyle.cpp
M mlir/test/Dialect/Linalg/transform-op-bufferize-to-allocation.mlir
Log Message:
-----------
[mlir][linalg] BufferizeToAllocation: Add custom memcpy op
Add a new option that allows users to specify a memcpy op: "memref.tensor_store", "memref.copy" or "linalg.copy".
Differential Revision: https://reviews.llvm.org/D154968
More information about the All-commits
mailing list