[llvm] [SLU][profcheck] Estimate branch weights in partial unswitch cases (PR #164035)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 29 07:53:02 PDT 2025
================
@@ -81,6 +81,7 @@ STATISTIC(
STATISTIC(NumInvariantConditionsInjected,
"Number of invariant conditions injected and unswitched");
+namespace llvm {
----------------
mtrofin wrote:
Fly-by akin to #161240, and in particular because `ProfcheckDisableMetadataFixes` is `llvm`-qualified, so if I was going to add `llvm {` might as well.
https://github.com/llvm/llvm-project/pull/164035
More information about the llvm-commits
mailing list