[llvm-branch-commits] [llvm] [BOLT] Match functions with pseudo probes (PR #100446)

Maksim Panchenko via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Nov 17 20:56:48 PST 2025


================
@@ -1552,25 +1552,14 @@ Error PrintProgramStats::runOnFunctions(BinaryContext &BC) {
         100.0 * BC.Stats.ExactMatchedSampleCount / BC.Stats.StaleSampleCount,
         BC.Stats.ExactMatchedSampleCount, BC.Stats.StaleSampleCount);
     BC.outs() << format(
-        "BOLT-INFO: inference found an exact pseudo probe match for %.2f%% of "
+        "BOLT-INFO: inference found pseudo probe match for %.2f%% of "
----------------
maksfb wrote:

Do we want to print this info if pseudo probes are not present?

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


More information about the llvm-branch-commits mailing list