[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / ThinLTO / X86 / Inputs / dicompositetype-unique2.ll
blob1d2f584975ef6f64580d40b1eed03410bb571465
1 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-scei-ps4"
4 %struct.CFVS = type { %struct.Vec }
5 %struct.Vec = type { i8 }
6 %struct.S = type { i8 }
8 define void @_ZN4CFVSD2Ev(%struct.CFVS* %this) unnamed_addr align 2 !dbg !8 {
9 entry:
10   %this.addr = alloca %struct.CFVS*, align 8
11   store %struct.CFVS* %this, %struct.CFVS** %this.addr, align 8
12   %this1 = load %struct.CFVS*, %struct.CFVS** %this.addr, align 8
13   %m_val = getelementptr inbounds %struct.CFVS, %struct.CFVS* %this1, i32 0, i32 0
14   ret void
17 declare dereferenceable(1) %struct.S* @_Z3Getv()
19 !llvm.dbg.cu = !{!0}
20 !llvm.module.flags = !{!3, !4, !5, !6}
22 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 6.0.0 (trunk 321360) (llvm/trunk 321359)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2)
23 !1 = !DIFile(filename: "bz188598-b.cpp", directory: "")
24 !2 = !{}
25 !3 = !{i32 2, !"Dwarf Version", i32 4}
26 !4 = !{i32 2, !"Debug Info Version", i32 3}
27 !5 = !{i32 1, !"wchar_size", i32 2}
28 !6 = !{i32 7, !"PIC Level", i32 2}
29 !8 = distinct !DISubprogram(name: "~CFVS", linkageName: "_ZN4CFVSD2Ev", scope: !9, file: !1, line: 2, type: !28, isLocal: false, isDefinition: true, scopeLine: 2, flags: DIFlagPrototyped, isOptimized: false, unit: !0, declaration: !27, retainedNodes: !2)
30 !9 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "CFVS", file: !10, line: 7, size: 8, elements: !11, identifier: "_ZTS4CFVS")
31 !10 = !DIFile(filename: "./bz188598.h", directory: "")
32 !11 = !{!12, !27}
33 !12 = !DIDerivedType(tag: DW_TAG_member, name: "m_val", scope: !9, file: !10, line: 9, baseType: !13, size: 8)
34 !13 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "Vec<&Get>", file: !10, line: 4, size: 8, elements: !14, templateParams: !19, identifier: "_ZTS3VecIXadL_Z3GetvEEE")
35 !14 = !{!35}
36 !19 = !{!20}
37 !20 = !DITemplateValueParameter(name: "F", type: !21, value: %struct.S* ()* @_Z3Getv)
38 !21 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !22, size: 64)
39 !22 = !DIDerivedType(tag: DW_TAG_typedef, name: "Func", file: !10, line: 2, baseType: !23)
40 !23 = !DISubroutineType(types: !24)
41 !24 = !{!35}
42 !27 = !DISubprogram(name: "~CFVS", scope: !9, file: !10, line: 8, type: !28, isLocal: false, isDefinition: false, scopeLine: 8, flags: DIFlagPrototyped, isOptimized: false)
43 !28 = !DISubroutineType(types: !29)
44 !29 = !{null, !30}
45 !30 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !9, size: 64, flags: DIFlagArtificial | DIFlagObjectPointer)
46 !35 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)