[PATCH] D39385: [BranchProbabilityInfo] Handle irreducible loops.

Geoff Berry via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 11:19:40 PDT 2017


gberry added inline comments.


================
Comment at: lib/Analysis/BranchProbabilityInfo.cpp:828
+  SccInfo SccI;
+  for (scc_iterator<const Function *> It = scc_begin(&F); !It.isAtEnd();
+       ++It, ++SccNum) {
----------------
davidxl wrote:
> Do you see any visible compile time impact of this?
I did not (see my previous comment).  For the record, I looked at compile times compiling CTMark for aarch64.


https://reviews.llvm.org/D39385





More information about the llvm-commits mailing list