[PATCH] D11878: [Polly] Refactor buildScop

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 9 12:12:53 PDT 2015


grosser accepted this revision.
grosser added a comment.

LGTM.

Thanks for helping to keep the functions small.


================
Comment at: include/polly/ScopInfo.h:891
@@ -890,1 +890,3 @@
 
+  /// @brief Create the ScopStmt for a BasicBlcok and return its schedule
+  ///
----------------
BasicBlock

================
Comment at: include/polly/ScopInfo.h:893
@@ +892,3 @@
+  ///
+  /// Returns null if the BB is trivial and no stmt has been created
+  ///
----------------
Points missing (for both sentences).


http://reviews.llvm.org/D11878





More information about the llvm-commits mailing list