summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
diff options
context:
space:
mode:
authorJan Voung <jvoung@gmail.com>2024-08-27 13:53:25 -0400
committerGitHub <noreply@github.com>2024-08-27 13:53:25 -0400
commitfa4fbaefde8569ca64594fc3845340536ec8eb02 (patch)
tree29f8266d76a885f580486ff815f0e26d08ec52a9 /llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
parent81cd7358a2ce411c99512d055e98d0b9dc119c14 (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.ll')
-rw-r--r--llvm/test/Bitcode/thinlto-function-summary-callgraph.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll b/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
index 542b400f8e33..becbc4a32dd9 100644
--- a/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
+++ b/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
@@ -30,7 +30,7 @@
; COMBINED-NEXT: <FLAGS
; Only 2 VALUE_GUID since reference to undefinedglob should not be included in
; combined index.
-; COMBINED-NEXT: <VALUE_GUID op0=[[FUNCID:[0-9]+]] op1=7289175272376759421/>
+; COMBINED-NEXT: <VALUE_GUID {{.*}} op0=[[FUNCID:[0-9]+]] op1=1697143370 op2=1603531901/>
; COMBINED-NEXT: <VALUE_GUID
; COMBINED-NEXT: <COMBINED_PROFILE
; See if the call to func is registered.