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

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 05:50:45 PDT 2015


Meinersbur added inline comments.

================
Comment at: lib/Analysis/ScopInfo.cpp:2898
@@ +2897,3 @@
+      Domain = isl_set_empty(isl_space_set_alloc(IslCtx, 0, 0));
+    }
+    auto *UDomain = isl_union_set_from_set(Domain);
----------------
A test case fails without it. We might instead bail out early as invalid when we encounter a Scop without statements.


http://reviews.llvm.org/D13341





More information about the llvm-commits mailing list