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-callgraph-sample-profile-summary.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-callgraph-sample-profile-summary.ll')
| -rw-r--r-- | llvm/test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll b/llvm/test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll index 601bebd39267..2e9b362d39bb 100644 --- a/llvm/test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll +++ b/llvm/test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll @@ -30,7 +30,7 @@ ; CHECK-LABEL: <GLOBALVAL_SUMMARY_BLOCK ; CHECK-NEXT: <VERSION ; CHECK-NEXT: <FLAGS -; CHECK-NEXT: <VALUE_GUID op0=26 op1=123/> +; CHECK-NEXT: <VALUE_GUID {{.*}} op0=26 op1=0 op2=123/> ; op4=none1 op6=hot1 op8=cold1 op10=none2 op12=hot2 op14=cold2 op16=none3 op18=hot3 op20=cold3 op22=123 ; CHECK-NEXT: <PERMODULE_PROFILE {{.*}} op7=7 op8=0 op9=1 op10=3 op11=4 op12=1 op13=8 op14=0 op15=2 op16=3 op17=5 op18=1 op19=9 op20=0 op21=3 op22=3 op23=6 op24=1 op25=26 op26=4/> ; CHECK-NEXT: </GLOBALVAL_SUMMARY_BLOCK> |
