[all-commits] [llvm/llvm-project] 1a5aa7: [mlir][linalg] BufferizeToAllocationOp: Add option...

Matthias Springer via All-commits all-commits at lists.llvm.org
Fri Jul 14 04:40:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a5aa77f3073446d5ff3d11eaab516f5943b984d
      https://github.com/llvm/llvm-project/commit/1a5aa77f3073446d5ff3d11eaab516f5943b984d
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/ConvertToDestinationStyle.cpp
    M mlir/test/Dialect/Linalg/transform-op-bufferize-to-allocation.mlir

  Log Message:
  -----------
  [mlir][linalg] BufferizeToAllocationOp: Add option to specify custom alloc op

Supported ops are "memref.alloc" and "memref.alloca".

Differential Revision: https://reviews.llvm.org/D155282




More information about the All-commits mailing list