[PATCH] D31459: [Polly][NewPM] Port ScopDetection to the new PassManager

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 05:59:41 PDT 2017


grosser added a comment.

Out of interest: What is the RegionInfo bug you are talking about?



================
Comment at: lib/Analysis/ScopDetection.cpp:1615
+static void updateLoopCountStatistic(ScopDetection::LoopStats Stats,
+                                     bool OnlyProfitable) {
   if (!OnlyProfitable) {
----------------
Is this change related. If it is not, I suggest to commit this as-obvious without further review.

(Do you have commit access. If not please ask Chris for commit access. Your code is great and I believe you have plans for further contributions).


https://reviews.llvm.org/D31459





More information about the llvm-commits mailing list