[llvm-branch-commits] [llvm] [NFC] (PR #80762)

Mingming Liu via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 7 18:21:11 PST 2024


================
@@ -287,7 +290,18 @@ uint32_t IndirectCallPromoter::tryToPromote(
     NumOfPGOICallPromotion++;
     NumPromoted++;
   }
-  return NumPromoted;
+
+  const bool Changed = (NumPromoted != 0);
----------------
minglotus-6 wrote:

done.

https://github.com/llvm/llvm-project/pull/80762


More information about the llvm-branch-commits mailing list