[all-commits] [llvm/llvm-project] 7a3a25: [MLIR][BufferPlacement] Support functions that ret...

Ehsan Toosi via All-commits all-commits at lists.llvm.org
Fri May 29 02:04:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a3a2535854c84b1c8f6b0a2f2677e89b0e1a250
      https://github.com/llvm/llvm-project/commit/7a3a2535854c84b1c8f6b0a2f2677e89b0e1a250
  Author: Ehsan Toosi <ehsan.nadjaran_toosi at dfki.de>
  Date:   2020-05-29 (Fri, 29 May 2020)

  Changed paths:
    M mlir/include/mlir/Transforms/BufferPlacement.h
    M mlir/lib/Dialect/Linalg/Transforms/TensorsToBuffers.cpp
    M mlir/lib/Transforms/BufferPlacement.cpp
    M mlir/test/Transforms/buffer-placement-preparation.mlir
    M mlir/test/Transforms/buffer-placement.mlir
    M mlir/test/lib/Transforms/TestBufferPlacement.cpp

  Log Message:
  -----------
  [MLIR][BufferPlacement] Support functions that return Memref typed results

Buffer placement can now operates on functions that return buffers. These
buffers escape from the deallocation phase of buffer placement.

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




More information about the All-commits mailing list