[all-commits] [llvm/llvm-project] 4fbbb7: [mlir][bufferization] Fix ownership computation of...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Oct 31 17:27:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4fbbb7ad7c1c96f0fa795e2b1528b93f604e2303
https://github.com/llvm/llvm-project/commit/4fbbb7ad7c1c96f0fa795e2b1528b93f604e2303
Author: Matthias Springer <me at m-sp.org>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M mlir/lib/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation.cpp
A mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/dealloc-other.mlir
Log Message:
-----------
[mlir][bufferization] Fix ownership computation of unknown ops (#70773)
No ownership is assumed for memref results of ops that implement none of
the relevant interfaces and have no memref operands. This fixes #68948.
More information about the All-commits
mailing list