[PATCH] D79850: [mlir] Extended BufferPlacement to support more sophisticated scenarios in which allocations cannot be moved freely and can remain in divergent control flow.

Marcel Koester via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 04:17:18 PDT 2020


dfki-mako updated this revision to Diff 266480.
dfki-mako added a comment.

Fixed corner cases in which no copies have been created due to aliasing (see reviewer comments).
Added additional test cases to simulate such special control-flow scenarios.
Changed behavior of the BufferPlacement pass to ignore Alloc operations with multiple allocation results.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79850/new/

https://reviews.llvm.org/D79850

Files:
  mlir/lib/Transforms/BufferPlacement.cpp
  mlir/test/Transforms/buffer-placement.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79850.266480.patch
Type: text/x-patch
Size: 35835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200527/a5ce03bc/attachment.bin>


More information about the llvm-commits mailing list