[llvm] [BOLT]Improve profile quality reporting (PR #130810)
Amir Ayupov via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 7 11:33:15 PDT 2025
================
@@ -365,6 +396,74 @@ void printCFGFlowConservationStats(raw_ostream &OS,
}
}
+void printExceptionHandlingStats(const BinaryContext &BC, raw_ostream &OS,
----------------
aaupov wrote:
I'm trying to understand what's collected by this function: is it the part of EC that's attributed to LP blocks and invokes?
https://github.com/llvm/llvm-project/pull/130810
More information about the llvm-commits
mailing list