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-function-summary-originalnames.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-function-summary-originalnames.ll')
| -rw-r--r-- | llvm/test/Bitcode/thinlto-function-summary-originalnames.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary-originalnames.ll b/llvm/test/Bitcode/thinlto-function-summary-originalnames.ll index 0139f00b4aa3..306eed8ec9ae 100644 --- a/llvm/test/Bitcode/thinlto-function-summary-originalnames.ll +++ b/llvm/test/Bitcode/thinlto-function-summary-originalnames.ll @@ -6,9 +6,9 @@ ; COMBINED: <GLOBALVAL_SUMMARY_BLOCK ; COMBINED-NEXT: <VERSION ; COMBINED-NEXT: <FLAGS -; COMBINED-NEXT: <VALUE_GUID {{.*}} op1=686735765308251824/> -; COMBINED-NEXT: <VALUE_GUID {{.*}} op1=4507502870619175775/> -; COMBINED-NEXT: <VALUE_GUID {{.*}} op1=-8118561185538785069/> +; COMBINED-NEXT: <VALUE_GUID {{.*}} op1=159893130 op2=1103175344/> +; COMBINED-NEXT: <VALUE_GUID {{.*}} op1=1049484794 op2=2739878751/> +; COMBINED-NEXT: <VALUE_GUID {{.*}} op1=2404717469 op2=2695872723/> ; COMBINED-DAG: <COMBINED_PROFILE{{ }} ; COMBINED-DAG: <COMBINED_ORIGINAL_NAME op0=-2012135647395072713/> ; COMBINED-DAG: <COMBINED_GLOBALVAR_INIT_REFS |
