[all-commits] [llvm/llvm-project] 5353a1: [mlir][bufferization] Remove `finalizing-bufferize...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Nov 20 17:42:44 PST 2024
Branch: refs/heads/users/matthias-springer/remove-finalizing-bufferize
Home: https://github.com/llvm/llvm-project
Commit: 5353a100706bca7dd20c9bf3eabf28d13798752d
https://github.com/llvm/llvm-project/commit/5353a100706bca7dd20c9bf3eabf28d13798752d
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-11-21 (Thu, 21 Nov 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