[all-commits] [llvm/llvm-project] 213917: [mlir][bufferization] Remove `buffer-deallocation`...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Feb 13 00:49:38 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 213917be82e3cd57c74afc836377a746be45dafd
https://github.com/llvm/llvm-project/commit/213917be82e3cd57c74afc836377a746be45dafd
Author: Matthias Springer <me at m-sp.org>
Date: 2025-02-13 (Thu, 13 Feb 2025)
Changed paths:
R mlir/docs/BufferDeallocationInternals.md
M mlir/docs/OwnershipBasedBufferDeallocation.md
R mlir/docs/includes/img/branch_example_post_move.svg
R mlir/docs/includes/img/branch_example_pre_move.svg
R mlir/docs/includes/img/nested_branch_example_post_move.svg
R mlir/docs/includes/img/nested_branch_example_pre_move.svg
R mlir/docs/includes/img/region_branch_example_pre_move.svg
M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td
R mlir/lib/Dialect/Bufferization/Transforms/BufferDeallocation.cpp
M mlir/lib/Dialect/Bufferization/Transforms/CMakeLists.txt
R mlir/test/Dialect/Bufferization/Transforms/buffer-deallocation.mlir
M mlir/test/Pass/pipeline-invalid.mlir
Log Message:
-----------
[mlir][bufferization] Remove `buffer-deallocation` pass (#126366)
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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list