[llvm] [profcheck][CVP] Adding 'unknown' branch weights for `urem` expansion in CVP (PR #180637)

Jin Huang via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 15 20:02:22 PST 2026


================
@@ -83,7 +85,7 @@ STATISTIC(NumShlNUW,    "Number of no-unsigned-wrap deductions for shl");
 STATISTIC(NumAbs,       "Number of llvm.abs intrinsics removed");
 STATISTIC(NumOverflows, "Number of overflow checks removed");
 STATISTIC(NumSaturating,
-    "Number of saturating arithmetics converted to normal arithmetics");
+          "Number of saturating arithmetics converted to normal arithmetics");
----------------
jinhuang1102 wrote:

Fixed. Thx

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


More information about the llvm-commits mailing list