blob: 05de932faeebed7a5a2136520dcff4891854dd46 [file] [log] [blame]
Mehdi Amini2d28f7a2016-04-16 06:56:44 +00001; Test to check the callgraph in summary
2; RUN: opt -module-summary %s -o %t.o
3; RUN: llvm-bcanalyzer -dump %t.o | FileCheck %s
4; RUN: opt -module-summary %p/Inputs/thinlto-alias.ll -o %t2.o
Teresa Johnson08d5b4e2018-05-26 02:34:13 +00005; RUN: llvm-dis -o - %t2.o | FileCheck %s --check-prefix=DIS
Teresa Johnson63ee0e72018-06-26 13:56:49 +00006; Round trip it through llvm-as
7; RUN: llvm-dis -o - %t2.o | llvm-as -o - | llvm-dis -o - | FileCheck %s --check-prefix=DIS
Mehdi Amini2d28f7a2016-04-16 06:56:44 +00008; RUN: llvm-lto -thinlto -o %t3 %t.o %t2.o
9; RUN: llvm-bcanalyzer -dump %t3.thinlto.bc | FileCheck %s --check-prefix=COMBINED
Teresa Johnson08d5b4e2018-05-26 02:34:13 +000010; RUN: llvm-dis -o - %t3.thinlto.bc | FileCheck %s --check-prefix=COMBINED-DIS
Teresa Johnson63ee0e72018-06-26 13:56:49 +000011; Round trip it through llvm-as
12; RUN: llvm-dis -o - %t3.thinlto.bc | llvm-as -o - | llvm-dis -o - | FileCheck %s --check-prefix=COMBINED-DIS
Mehdi Amini2d28f7a2016-04-16 06:56:44 +000013
Peter Collingbournea0f371a2017-04-17 17:51:36 +000014; CHECK: <SOURCE_FILENAME
15; "main"
16; CHECK-NEXT: <FUNCTION op0=0 op1=4
17; "analias"
18; CHECK-NEXT: <FUNCTION op0=4 op1=7
Mehdi Amini2d28f7a2016-04-16 06:56:44 +000019; CHECK: <GLOBALVAL_SUMMARY_BLOCK
Mehdi Amini8fe69362016-04-24 03:18:11 +000020; CHECK-NEXT: <VERSION
Peter Collingbournea0f371a2017-04-17 17:51:36 +000021; See if the call to func is registered.
22; The value id 1 matches the second FUNCTION record above.
Charles Saternos75da10d2017-08-04 16:00:58 +000023; CHECK-NEXT: <PERMODULE {{.*}} op5=1/>
Mehdi Amini2d28f7a2016-04-16 06:56:44 +000024; CHECK-NEXT: </GLOBALVAL_SUMMARY_BLOCK>
Peter Collingbournea0f371a2017-04-17 17:51:36 +000025
26; CHECK: <STRTAB_BLOCK
Peter Collingbourne92648c22017-06-27 23:50:11 +000027; CHECK-NEXT: blob data = 'mainanalias{{.*}}'
Mehdi Amini2d28f7a2016-04-16 06:56:44 +000028
29; COMBINED: <GLOBALVAL_SUMMARY_BLOCK
Mehdi Amini8fe69362016-04-24 03:18:11 +000030; COMBINED-NEXT: <VERSION
Teresa Johnsonf3681012018-02-07 04:05:59 +000031; COMBINED-NEXT: <FLAGS
Peter Collingbournea0f371a2017-04-17 17:51:36 +000032; See if the call to analias is registered, using the expected value id.
33; COMBINED-NEXT: <VALUE_GUID op0=[[ALIASID:[0-9]+]] op1=-5751648690987223394/>
34; COMBINED-NEXT: <VALUE_GUID
35; COMBINED-NEXT: <VALUE_GUID op0=[[ALIASEEID:[0-9]+]] op1=-1039159065113703048/>
Charles Saternos75da10d2017-08-04 16:00:58 +000036; COMBINED-NEXT: <COMBINED {{.*}} op6=[[ALIASID]]/>
Mehdi Amini2d28f7a2016-04-16 06:56:44 +000037; COMBINED-NEXT: <COMBINED {{.*}}
Peter Collingbournea0f371a2017-04-17 17:51:36 +000038; COMBINED-NEXT: <COMBINED_ALIAS {{.*}} op3=[[ALIASEEID]]
Mehdi Amini2d28f7a2016-04-16 06:56:44 +000039; COMBINED-NEXT: </GLOBALVAL_SUMMARY_BLOCK
Mehdi Amini2d28f7a2016-04-16 06:56:44 +000040
41; ModuleID = 'thinlto-function-summary-callgraph.ll'
42target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
43target triple = "x86_64-unknown-linux-gnu"
44
45; Function Attrs: nounwind uwtable
46define i32 @main() {
47entry:
48 call void (...) @analias()
49 ret i32 0
50}
51
52declare void @analias(...)
Teresa Johnson08d5b4e2018-05-26 02:34:13 +000053
Teresa Johnson63ee0e72018-06-26 13:56:49 +000054; DIS: ^0 = module: (path: "{{.*}}", hash: (0, 0, 0, 0, 0))
Teresa Johnson08d5b4e2018-05-26 02:34:13 +000055; DIS: ^1 = gv: (name: "analias", summaries: (alias: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), aliasee: ^2))) ; guid = 12695095382722328222
56; DIS: ^2 = gv: (name: "aliasee", summaries: (function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), insts: 1))) ; guid = 17407585008595848568
57
Teresa Johnsonfb89e7a2018-05-26 03:50:29 +000058; COMBINED-DIS: ^0 = module: (path: "{{.*}}thinlto-alias.ll.tmp.o", hash: (0, 0, 0, 0, 0))
59; COMBINED-DIS: ^1 = module: (path: "{{.*}}thinlto-alias.ll.tmp2.o", hash: (0, 0, 0, 0, 0))
Teresa Johnson08d5b4e2018-05-26 02:34:13 +000060; COMBINED-DIS: ^2 = gv: (guid: 12695095382722328222, summaries: (alias: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), aliasee: ^4)))
61; COMBINED-DIS: ^3 = gv: (guid: 15822663052811949562, summaries: (function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), insts: 2, calls: ((callee: ^2)))))
62; COMBINED-DIS: ^4 = gv: (guid: 17407585008595848568, summaries: (function: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), insts: 1)))