[all-commits] [llvm/llvm-project] 03301b: [mlir][linalg] BufferizeToAllocationOp: Return han...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jun 27 05:57:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03301be0baf7f8a4e0169b4d68dffd8b61b229e1
https://github.com/llvm/llvm-project/commit/03301be0baf7f8a4e0169b4d68dffd8b61b229e1
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-27 (Tue, 27 Jun 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] BufferizeToAllocationOp: Return handle to buffer
Add an additional result handle to the op. This new handle is mapped to the newly allocated buffer.
Differential Revision: https://reviews.llvm.org/D153514
More information about the All-commits
mailing list