[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
================
@@ -12,8 +12,8 @@ define private void @private()
}
define internal void @internal()
-; CHECK: <PERMODULE_PROFILE {{.*}} op1=7
-; COMBINED-DAG: <COMBINED_PROFILE {{.*}} op2=7
+; CHECK: <PERMODULE_PROFILE {{.*}} op1=71
----------------
teresajohnson wrote:
Why did these change?
https://github.com/llvm/llvm-project/pull/178587
More information about the cfe-commits
mailing list