[clang] [lld] [llvm] [ThinLTO] Reduce the number of renaming due to promotions (PR #178587)
Teresa Johnson via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 20 15:53:08 PST 2026
================
@@ -21,7 +21,7 @@
; BC-NEXT: <FLAGS
; BC-NEXT: <PERMODULE_PROFILE {{.*}} op0=1 op1=0
; BC-NEXT: <PERMODULE_PROFILE {{.*}} op0=2 op1=0
-; BC-NEXT: <PERMODULE_PROFILE {{.*}} op0=3 op1=7
+; BC-NEXT: <PERMODULE_PROFILE {{.*}} op0=3 op1=71
----------------
teresajohnson wrote:
why did this change?
https://github.com/llvm/llvm-project/pull/178587
More information about the cfe-commits
mailing list