llvm-project/mlir/test/Dialect/Bufferization
Matthias Springer c076fa1c44 [mlir][bufferize] Deallocate returned buffers with `BufferDeallocation`
New buffer allocations can now be returned/yielded from blocks with `allow-return-allocs`. One-Shot Bufferize deallocates all buffers at the end of the block. If this is not possible (because the buffer escapes the block), this is now done by the existing BufferDeallocation pass.

Differential Revision: https://reviews.llvm.org/D121527
2022-03-16 23:13:34 +09:00
..
Transforms [mlir][bufferize] Deallocate returned buffers with `BufferDeallocation` 2022-03-16 23:13:34 +09:00
canonicalize.mlir
inlining.mlir [mlir] Add InlinerInterface to bufferization dialect 2021-12-04 23:45:56 +03:00
ops.mlir