[llvm-mca] Add a -mattr flag
[llvm-core.git] / test / Assembler / thinlto-vtable-summary.ll
blobac4c703c35124693e213439cf046d67cff414626
1 ; Test summary parsing of index-based WPD related summary fields
2 ; RUN: llvm-as %s -o - | llvm-dis -o %t.ll
3 ; RUN: grep "^\^" %s >%t2
4 ; RUN: grep "^\^" %t.ll >%t3
5 ; Expect that the summary information is the same after round-trip through
6 ; llvm-as and llvm-dis.
7 ; RUN: diff %t2 %t3
9 source_filename = "thinlto-vtable-summary.ll"
10 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
11 target triple = "x86_64-grtev4-linux-gnu"
13 %struct.A = type { i32 (...)** }
14 %struct.B = type { %struct.A }
15 %struct.C = type { %struct.A }
17 @_ZTV1B = constant { [4 x i8*] } { [4 x i8*] [i8* null, i8* undef, i8* bitcast (i32 (%struct.B*, i32)* @_ZN1B1fEi to i8*), i8* bitcast (i32 (%struct.A*, i32)* @_ZN1A1nEi to i8*)] }, !type !0, !type !1
18 @_ZTV1C = constant { [4 x i8*] } { [4 x i8*] [i8* null, i8* undef, i8* bitcast (i32 (%struct.C*, i32)* @_ZN1C1fEi to i8*), i8* bitcast (i32 (%struct.A*, i32)* @_ZN1A1nEi to i8*)] }, !type !0, !type !2
20 declare i32 @_ZN1B1fEi(%struct.B*, i32)
22 declare i32 @_ZN1A1nEi(%struct.A*, i32)
24 declare i32 @_ZN1C1fEi(%struct.C*, i32)
26 !0 = !{i64 16, !"_ZTS1A"}
27 !1 = !{i64 16, !"_ZTS1B"}
28 !2 = !{i64 16, !"_ZTS1C"}
30 ^0 = module: (path: "<stdin>", hash: (0, 0, 0, 0, 0))
31 ^1 = gv: (name: "_ZN1A1nEi") ; guid = 1621563287929432257
32 ^2 = gv: (name: "_ZTV1B", summaries: (variable: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0, canAutoHide: 0), varFlags: (readonly: 0, writeonly: 0), vTableFuncs: ((virtFunc: ^3, offset: 16), (virtFunc: ^1, offset: 24)), refs: (^3, ^1)))) ; guid = 5283576821522790367
33 ^3 = gv: (name: "_ZN1B1fEi") ; guid = 7162046368816414394
34 ^4 = gv: (name: "_ZTV1C", summaries: (variable: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0, canAutoHide: 0), varFlags: (readonly: 0, writeonly: 0), vTableFuncs: ((virtFunc: ^5, offset: 16), (virtFunc: ^1, offset: 24)), refs: (^1, ^5)))) ; guid = 13624023785555846296
35 ^5 = gv: (name: "_ZN1C1fEi") ; guid = 14876272565662207556
36 ^6 = typeidCompatibleVTable: (name: "_ZTS1A", summary: ((offset: 16, ^2), (offset: 16, ^4))) ; guid = 7004155349499253778
37 ^7 = typeidCompatibleVTable: (name: "_ZTS1B", summary: ((offset: 16, ^2))) ; guid = 6203814149063363976
38 ^8 = typeidCompatibleVTable: (name: "_ZTS1C", summary: ((offset: 16, ^4))) ; guid = 1884921850105019584