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

Alexander Belyaev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 07:03:23 PDT 2020


pifon2a added inline comments.


================
Comment at: mlir/test/Transforms/buffer-placement.mlir:54
+// deallocation will be applied to %2 in block bb3.
+
+#map0 = affine_map<(d0) -> (d0)>
----------------
can this (and all other comments and also IR below) fit 80 chars?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79850





More information about the llvm-commits mailing list