[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
Tue May 19 08:07:46 PDT 2020


dfki-mako updated this revision to Diff 264912.
dfki-mako marked 12 inline comments as done.
dfki-mako added a comment.

Implemented a fix-point iteration to reduce the number of required copies.
Fixed minor issues (see review comments).


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.264912.patch
Type: text/x-patch
Size: 32863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200519/68af8131/attachment.bin>


More information about the llvm-commits mailing list