diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2020-08-14 12:42:21 -0700 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2020-08-14 12:42:44 -0700 |
| commit | fc4fd898522afac2d54003f34a4656d898358b03 (patch) | |
| tree | cc922607bac10a4bdc50155803e34d63c3201326 /llvm/test/Bitcode/thinlto-function-summary-paramaccess.ll | |
| parent | 79ce64ea0872b81ca73e26c4c8ec1680439064bd (diff) | |
[StackSafety] Use ValueInfo in ParamAccess::Call
This avoid GUID lookup in Index.findSummaryInModule.
Follow up for D81242.
Reviewed By: tejohnson
Differential Revision: https://reviews.llvm.org/D85269
Diffstat (limited to 'llvm/test/Bitcode/thinlto-function-summary-paramaccess.ll')
| -rw-r--r-- | llvm/test/Bitcode/thinlto-function-summary-paramaccess.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary-paramaccess.ll b/llvm/test/Bitcode/thinlto-function-summary-paramaccess.ll index 1757173ec52b..3b53e73ce1d4 100644 --- a/llvm/test/Bitcode/thinlto-function-summary-paramaccess.ll +++ b/llvm/test/Bitcode/thinlto-function-summary-paramaccess.ll @@ -286,8 +286,8 @@ entry: ; COMBINED: <FLAGS op0=0/> -; COMBINED-NEXT: <VALUE_GUID op0=1 op1=[[CALLEE1:72710208629861106]]/> -; COMBINED-NEXT: <VALUE_GUID op0=2 op1=[[CALLEE2:900789920918863816]]/> +; COMBINED-NEXT: <VALUE_GUID op0=[[CALLEE1:1]] op1=72710208629861106/> +; COMBINED-NEXT: <VALUE_GUID op0=[[CALLEE2:2]] op1=900789920918863816/> ; COMBINED-NEXT: <VALUE_GUID op0=3 op1=1075564720951610524/> ; COMBINED-NEXT: <VALUE_GUID op0=4 op1=1417835201204712148/> ; COMBINED-NEXT: <VALUE_GUID op0=5 op1=2949024673554120799/> |
