[PATCH] D24310: [Polly] Add -polly-flatten-schedule pass.

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 13:50:46 PDT 2016


jdoerfert added a comment.

my 2 cents.


================
Comment at: include/polly/Support/GICHelper.h:409
@@ -180,1 +408,3 @@
+    const std::function<isl_stat(IslPtr<isl_set>, IslPtr<isl_aff>)> &F);
+
 } // end namespace polly
----------------
Tobias accepted this already but I would have assumed all these things to be in different patches. Maybe I'm wrong since I didnt read the whole patch but I just don't know what these isl++ replacements and the new isl foreach functions have to do with the flatten algorithm (or with Polly for that matter).


https://reviews.llvm.org/D24310





More information about the llvm-commits mailing list