[all-commits] [llvm/llvm-project] 636767: [mlir][linalg] `BufferizeToAllocationOp`: fix side...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Nov 23 00:22:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6367677c9d901f412934b4935c4341dc6d421d36
https://github.com/llvm/llvm-project/commit/6367677c9d901f412934b4935c4341dc6d421d36
Author: Matthias Springer <me at m-sp.org>
Date: 2023-11-23 (Thu, 23 Nov 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
Log Message:
-----------
[mlir][linalg] `BufferizeToAllocationOp`: fix side effects (#72986)
`bufferize_to_allocation` does not bufferize/replace targeted ops if
`bufferize_destination_only` is set.
Fixes #72931.
More information about the All-commits
mailing list