[PATCH] D13341: [Polly] Earlier creation of ScopStmt objects

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 17:29:28 PDT 2015


jdoerfert added inline comments.

================
Comment at: lib/Analysis/ScopInfo.cpp:2850
@@ +2849,3 @@
+      // a dummy domain for this case.
+      Domain = isl_set_empty(isl_space_set_alloc(IslCtx, 0, 0));
+    }
----------------
We do not create empyt non-affine regions any more. That should make this special case obsolet.


http://reviews.llvm.org/D13341





More information about the llvm-commits mailing list