[PATCH] D13218: Mark BB as annotated if its weight is > 0

Diego Novillo via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 08:11:56 PDT 2015


dnovillo added inline comments.

================
Comment at: lib/Transforms/IPO/SampleProfile.cpp:310
@@ -308,2 +309,3 @@
+    if (BB1 != BB2 && IsDomParent &&
         IsInSameLoop) {
       EquivalenceClass[BB2] = BB1;
----------------
clang-format this?  I think it will now fit on the same line.


http://reviews.llvm.org/D13218





More information about the llvm-commits mailing list