[PATCH] D80696: [MLIR][BufferPlacement] Support functions that return Memref typed results

Ehsan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 01:02:45 PDT 2020


dfki-ehna created this revision.
Herald added subscribers: llvm-commits, jurahul, Kayjukh, frgossen, grosul1, Joonsoo, stephenneuendorffer, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: nicolasvasilache.
Herald added a project: LLVM.
dfki-ehna edited reviewers, added: herhut, pifon2a, mehdi_amini; removed: nicolasvasilache.
dfki-ehna added a project: MLIR.
Herald added a reviewer: nicolasvasilache.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80696

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80696.266761.patch
Type: text/x-patch
Size: 19426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200528/c82796b0/attachment-0001.bin>


More information about the llvm-commits mailing list