Skip to content

Commit d8c8330

Browse files
[mlir][NFC] Move and improve ownership-based buffer dellocation docs
Move the documentation of the ownership-based buffer deallocation pass to a separate file. Also improve the documentation a bit and insert a figure that explains the `bufferization.dealloc` op (copied from the tutorial at the LLVM Dev Summit 2023).
1 parent 9f3334e commit d8c8330

File tree

4 files changed

+624
-652
lines changed

4 files changed

+624
-652
lines changed

mlir/docs/BufferDeallocationInternals.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Buffer Deallocation - Internals
22

3+
**Note:** This pass is deprecated. Please use the ownership-based buffer
4+
deallocation pass instead.
5+
36
This section covers the internal functionality of the BufferDeallocation
47
transformation. The transformation consists of several passes. The main pass
58
called BufferDeallocation can be applied via “-buffer-deallocation” on MLIR

0 commit comments

Comments
 (0)