[all-commits] [llvm/llvm-project] 43198b: [mlir][bufferization] Better analysis around alloc...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Oct 2 02:01:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43198b0aa218e261ff7d72c85f6fbbc02cf3bc64
https://github.com/llvm/llvm-project/commit/43198b0aa218e261ff7d72c85f6fbbc02cf3bc64
Author: Matthias Springer <me at m-sp.org>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M mlir/lib/Dialect/Bufferization/Transforms/BufferDeallocationSimplification.cpp
M mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/dealloc-region-branchop-interface.mlir
M mlir/test/Dialect/Bufferization/Transforms/buffer-deallocation-simplification.mlir
Log Message:
-----------
[mlir][bufferization] Better analysis around allocs and block arguments (#67923)
Values that are the result of buffer allocation ops are guaranteed to
*not* be the same allocation as block arguments of containing blocks.
This fact can be used to allow for more aggressive simplification of
`bufferization.dealloc` ops.
More information about the All-commits
mailing list