[llvm] [SLU][profcheck] Estimate branch weights in partial unswitch cases (PR #164035)

Joel E. Denny via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 23 11:26:54 PDT 2025


================
@@ -81,6 +81,7 @@ STATISTIC(
 STATISTIC(NumInvariantConditionsInjected,
           "Number of invariant conditions injected and unswitched");
 
+namespace llvm {
----------------
jdenny-ornl wrote:

Why is this change useful?

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


More information about the llvm-commits mailing list