[PATCH] Allow non-affine control flow -- SCoP Modeling

Andreas Simbuerger simbuerg at fim.uni-passau.de
Tue Feb 24 01:50:41 PST 2015


Otherwise LGTM.


================
Comment at: lib/Analysis/ScopInfo.cpp:801
@@ -800,4 +800,3 @@
 
-void ScopStmt::buildAccesses(TempScop &tempScop) {
-  for (const auto &AccessPair : *tempScop.getAccessFunctions(BB)) {
-    const IRAccess &Access = AccessPair.first;
+void ScopStmt::buildAccesses(TempScop &tempScop, BasicBlock *Block,
+                             bool isApproximated) {
----------------
looks like an independent change

http://reviews.llvm.org/D7846

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list