llvm-project/mlir/include
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
..
mlir [mlir][bufferize] Deallocate returned buffers with `BufferDeallocation` 2022-03-16 23:13:34 +09:00
mlir-c [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00