[all-commits] [llvm/llvm-project] 1beeac: [mlir][bufferization] Remove `finalizing-bufferize...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Nov 20 17:38:54 PST 2024


  Branch: refs/heads/users/matthias-springer/remove-finalizing-bufferize
  Home:   https://github.com/llvm/llvm-project
  Commit: 1beeac3bf2e1c16ed9b4f92e6d0596f498074f19
      https://github.com/llvm/llvm-project/commit/1beeac3bf2e1c16ed9b4f92e6d0596f498074f19
  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