[PATCH] D5231: [Polly] Find all loops involved in now innermost ones.

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 09:29:33 PST 2016


grosser added a comment.

Hi Johannes,

I am unsure what the goal of this patch is? Could you maybe add a commit message that gives the motivation of this patch. Also, this patch does not affect any test cases.

In case this patch is incomplete/WIP, should we remove it from review for now?


================
Comment at: lib/CodeGen/IslAst.cpp:203
@@ +202,3 @@
+/// We will look at all statements in @p Body and all loops formerly surrounding
+/// those statements and aggregate their loop annotations if they are invovled
+/// in the __new__ innermost dimension.
----------------
involved.


http://reviews.llvm.org/D5231





More information about the llvm-commits mailing list