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

Ehsan Toosi via All-commits all-commits at lists.llvm.org
Fri May 29 01:19:23 PDT 2020


  Branch: refs/heads/buffer_assignment_return_memref_escaping
  Home:   https://github.com/llvm/llvm-project
  Commit: ced0b8eb2b443f40da34f3fff5aa64b555fa95fe
      https://github.com/llvm/llvm-project/commit/ced0b8eb2b443f40da34f3fff5aa64b555fa95fe
  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