[PATCH] D20770: [GSoC 2016][Polly][Refactor] Decouple SCoP building logic from pass

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Mon May 30 04:45:12 PDT 2016


jdoerfert added a comment.

The missing print will fix the last unit test. Other than that LGTM. Tobias announced comments, thus let's wait for him.


================
Comment at: lib/Analysis/ScopInfo.cpp:4920
@@ +4919,3 @@
+  if (SI)
+    SI->print(OS);
+}
----------------
```
else
  OS << "Invalid Scop!\n";
```


http://reviews.llvm.org/D20770





More information about the llvm-commits mailing list