[clang] [lld] [llvm] [ThinLTO] Reduce the number of renaming due to promotions (PR #178587)

via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 21 13:15:13 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
----------------
yonghong-song wrote:

'71' is the true value for op1. But as you mentioned, there is no need to change. So fixed to restore the original check.

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


More information about the cfe-commits mailing list