[all-commits] [llvm/llvm-project] 847299: [mlir] remove BufferAssignmentPlacer from BufferAs...

Ehsan Toosi via All-commits all-commits at lists.llvm.org
Tue Sep 8 04:07:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 847299d3f00507f172097bad9dde61dfad0d355b
      https://github.com/llvm/llvm-project/commit/847299d3f00507f172097bad9dde61dfad0d355b
  Author: Ehsan Toosi <ehsan.nadjaran_toosi at dfki.de>
  Date:   2020-09-08 (Tue, 08 Sep 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/lib/Transforms/TestBufferPlacement.cpp

  Log Message:
  -----------
  [mlir] remove BufferAssignmentPlacer from BufferAssignmentOpConversionPattern

BufferPlacement has been removed, as allocations are no longer placed during the conversion.

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




More information about the All-commits mailing list