[all-commits] [llvm/llvm-project] 7c2f6b: [mlir][bufferization] Remove `finalizing-bufferize...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Oct 29 16:51:13 PDT 2024
Branch: refs/heads/users/matthias-springer/remove-finalizing-bufferize
Home: https://github.com/llvm/llvm-project
Commit: 7c2f6b68d81536889deae221db5df3565089b60b
https://github.com/llvm/llvm-project/commit/7c2f6b68d81536889deae221db5df3565089b60b
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-10-30 (Wed, 30 Oct 2024)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/Transforms/Bufferize.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td
M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
M mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp
R mlir/test/Dialect/Bufferization/Transforms/finalizing-bufferize.mlir
Log Message:
-----------
[mlir][bufferization] Remove `finalizing-bufferize` pass
The dialect conversion-based bufferization passes have been migrated to One-Shot Bufferize about two years ago. To clean up the code base, this commit removes the `finalizing-bufferize` pass, one of the few remaining parts of the old infrastructure. Most bufferization passes have already been removed.
Note for LLVM integration: If you depend on this pass, migrate to One-Shot Bufferize or copy the pass to your codebase.
Depends on #114152.
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