[all-commits] [llvm/llvm-project] 437c62: [mlir][memref] Remove redundant `memref.tensor_sto...

Matthias Springer via All-commits all-commits at lists.llvm.org
Sat Nov 4 20:47:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 437c62178c78deb2eefa32235ef93724141b15bb
      https://github.com/llvm/llvm-project/commit/437c62178c78deb2eefa32235ef93724141b15bb
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-11-05 (Sun, 05 Nov 2023)

  Changed paths:
    M mlir/docs/LangRef.md
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
    R mlir/include/mlir/Dialect/MemRef/Transforms/BufferizableOpInterfaceImpl.h
    M mlir/include/mlir/InitAllDialects.h
    M mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/ConvertToDestinationStyle.cpp
    R mlir/lib/Dialect/MemRef/Transforms/BufferizableOpInterfaceImpl.cpp
    M mlir/lib/Dialect/MemRef/Transforms/CMakeLists.txt
    M mlir/test/Dialect/Linalg/transform-op-bufferize-to-allocation.mlir
    R mlir/test/Dialect/MemRef/bufferize.mlir
    M mlir/test/Dialect/MemRef/ops.mlir
    M mlir/test/IR/core-ops.mlir

  Log Message:
  -----------
  [mlir][memref] Remove redundant `memref.tensor_store` op (#71010)

`bufferization.materialize_in_destination` should be used instead. Both
ops bufferize to a memcpy. This change also conceptually cleans up the
memref dialect a bit: the memref dialect no longer contains ops that
operate on tensor values.




More information about the All-commits mailing list