[all-commits] [llvm/llvm-project] 34218e: [mlir][func] Remove `func-bufferize` pass

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Nov 12 15:54:55 PST 2024


  Branch: refs/heads/users/matthias-springer/remove-func-bufferize-pass
  Home:   https://github.com/llvm/llvm-project
  Commit: 34218ee07065f354bdea449e25254aa6a7dc0a43
      https://github.com/llvm/llvm-project/commit/34218ee07065f354bdea449e25254aa6a7dc0a43
  Author: Matthias Springer <mspringer at nvidia.com>
  Date:   2024-11-13 (Wed, 13 Nov 2024)

  Changed paths:
    M mlir/docs/Bufferization.md
    M mlir/include/mlir/Dialect/Func/Transforms/Passes.h
    M mlir/include/mlir/Dialect/Func/Transforms/Passes.td
    M mlir/lib/Dialect/Func/Transforms/CMakeLists.txt
    R mlir/lib/Dialect/Func/Transforms/FuncBufferize.cpp
    R mlir/test/Dialect/Func/func-bufferize.mlir
    M mlir/test/Dialect/Transform/test-pass-application.mlir
    M mlir/test/Integration/Dialect/MemRef/verify-memref.mlir

  Log Message:
  -----------
  [mlir][func] Remove `func-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 `func-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.



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