[all-commits] [llvm/llvm-project] 04ff60: [mlir][tensor][bufferize] Implement getBufferType ...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Sep 21 02:32:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04ff6009fcaf2f920c2ccadfc882d51cd00eb928
      https://github.com/llvm/llvm-project/commit/04ff6009fcaf2f920c2ccadfc882d51cd00eb928
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-09-21 (Wed, 21 Sep 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
    M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
    M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
    M mlir/test/Dialect/SCF/one-shot-bufferize.mlir

  Log Message:
  -----------
  [mlir][tensor][bufferize] Implement getBufferType for Expand/CollapseShapeOp

This function must be implemented for all ops, where the result memref type is different from the input memref type.

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




More information about the All-commits mailing list