Commit ab9ec37
committed
[mlir][bufferization] Remove
The `-buffer-deallocation` pass is not compatible with One-Shot Bufferize and has been replaced with the Ownership-based Buffer Deallocation pass about 1.5 years ago. To clean up the code base, this commit removes the deprecated `buffer-deallocation` pass. All uses of this deprecated pass within MLIR have already been migrated.
Note for LLVM integration: If you depend on this pass, migrate to the Ownership-based Buffer Deallocation pass or copy the pass to your codebase. For details, see https://discourse.llvm.org/t/psa-bufferization-new-buffer-deallocation-pipeline/73375.buffer-deallocation pass1 parent 70b994b commit ab9ec37
File tree
13 files changed
+6
-5687
lines changed- mlir
- docs
- includes/img
- include/mlir/Dialect/Bufferization/Transforms
- lib/Dialect/Bufferization/Transforms
- test
- Dialect/Bufferization/Transforms
- Pass
13 files changed
+6
-5687
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
0 commit comments