forked from OSchip/llvm-project
c076fa1c44
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 |
||
---|---|---|
.. | ||
Transforms | ||
canonicalize.mlir | ||
inlining.mlir | ||
ops.mlir |