Skip to content

Commit 2a4e61b

Browse files
[mlir][NFC] Move and improve ownership-based buffer dellocation docs (#89196)
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 9462abd commit 2a4e61b

File tree

5 files changed

+627
-655
lines changed

5 files changed

+627
-655
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)