diff options
| author | Jan Voung <jvoung@gmail.com> | 2024-08-27 13:53:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-27 13:53:25 -0400 |
| commit | fa4fbaefde8569ca64594fc3845340536ec8eb02 (patch) | |
| tree | 29f8266d76a885f580486ff815f0e26d08ec52a9 /llvm/test/Bitcode/thinlto-alias.ll | |
| parent | 81cd7358a2ce411c99512d055e98d0b9dc119c14 (diff) | |
Reapply: Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summaries (#106165)
This retries #90692 which was reverted previously due to issues with
lld-available being set, even if the copy of lld is not built from
source.
This does not change any code compared to #90692 to address the
lld-available issue.
The main change w.r.t, lld-available is xfailing tests in PR #99056
(until a longer term fix is available).
Diffstat (limited to 'llvm/test/Bitcode/thinlto-alias.ll')
| -rw-r--r-- | llvm/test/Bitcode/thinlto-alias.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Bitcode/thinlto-alias.ll b/llvm/test/Bitcode/thinlto-alias.ll index 5dfff0f79619..7deb2d8259e3 100644 --- a/llvm/test/Bitcode/thinlto-alias.ll +++ b/llvm/test/Bitcode/thinlto-alias.ll @@ -31,9 +31,9 @@ ; COMBINED-NEXT: <VERSION ; COMBINED-NEXT: <FLAGS ; See if the call to analias is registered, using the expected value id. -; COMBINED-NEXT: <VALUE_GUID op0=[[ALIASID:[0-9]+]] op1=-5751648690987223394/> +; COMBINED-NEXT: <VALUE_GUID {{.*}} op0=[[ALIASID:[0-9]+]] op1=2955807229 op2=886945438/> ; COMBINED-NEXT: <VALUE_GUID -; COMBINED-NEXT: <VALUE_GUID op0=[[ALIASEEID:[0-9]+]] op1=-1039159065113703048/> +; COMBINED-NEXT: <VALUE_GUID {{.*}} op0=[[ALIASEEID:[0-9]+]] op1=4053019222 op2=46484856/> ; COMBINED-NEXT: <COMBINED_PROFILE {{.*}} op9=[[ALIASID]] ; COMBINED-NEXT: <COMBINED_PROFILE {{.*}} ; COMBINED-NEXT: <COMBINED_ALIAS {{.*}} op3=[[ALIASEEID]] |
