[all-commits] [llvm/llvm-project] af499b: [mlir][bufferization] Remove remaining dialect con...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Nov 21 17:12:32 PST 2024


  Branch: refs/heads/users/matthias-springer/remove_partial_buf
  Home:   https://github.com/llvm/llvm-project
  Commit: af499b302f1145f71451291025fe0644c204b5c0
      https://github.com/llvm/llvm-project/commit/af499b302f1145f71451291025fe0644c204b5c0
  Author: Matthias Springer <mspringer at nvidia.com>
  Date:   2024-11-22 (Fri, 22 Nov 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/Transforms/Bufferize.h
    M mlir/include/mlir/Dialect/Func/Transforms/Passes.h
    M mlir/lib/Dialect/Bufferization/Transforms/BufferUtils.cpp
    M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp

  Log Message:
  -----------
  [mlir][bufferization] Remove remaining dialect conversion-based infra parts

This commit removes the last remaining components of the dialect conversion-based bufferization passes.

Note for LLVM integration: If you depend on these components, migrate to One-Shot Bufferize or copy them to your codebase.

Depends on #114154.



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