[all-commits] [llvm/llvm-project] d8afba: [mlir][bufferization] Add support for non-unique `...

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


  Branch: refs/heads/users/matthias-springer/remove-finalizing-bufferize
  Home:   https://github.com/llvm/llvm-project
  Commit: d8afba338285d598f8a2bddc49d03169ca5fcb2e
      https://github.com/llvm/llvm-project/commit/d8afba338285d598f8a2bddc49d03169ca5fcb2e
  Author: Matthias Springer <mspringer at nvidia.com>
  Date:   2024-11-21 (Thu, 21 Nov 2024)

  Changed paths:
    M mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize-analysis.mlir
    M mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize.mlir

  Log Message:
  -----------
  [mlir][bufferization] Add support for non-unique `func.return`


  Commit: bf089ca9115acf9e3cb638cf5993d14eaf7cc0ba
      https://github.com/llvm/llvm-project/commit/bf089ca9115acf9e3cb638cf5993d14eaf7cc0ba
  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.


Compare: https://github.com/llvm/llvm-project/compare/1e194b399b21...bf089ca9115a

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