2 ; This file belongs to type-unique-type-array-a.ll.
4 ; rdar://problem/17628609
13 ; 7 void testB(SA sa) {
17 ; 11 void topB(B* b, SA sa) {
21 %class.B = type { i8 }
22 %struct.SA = type { i32 }
24 ; Function Attrs: ssp uwtable
25 define void @_Z4topBP1B2SA(%class.B* %b, i32 %sa.coerce) #0 !dbg !15 {
27 %sa = alloca %struct.SA, align 4
28 %b.addr = alloca %class.B*, align 8
29 %agg.tmp = alloca %struct.SA, align 4
30 %coerce.dive = getelementptr %struct.SA, %struct.SA* %sa, i32 0, i32 0
31 store i32 %sa.coerce, i32* %coerce.dive
32 store %class.B* %b, %class.B** %b.addr, align 8
33 call void @llvm.dbg.declare(metadata %class.B** %b.addr, metadata !24, metadata !DIExpression()), !dbg !25
34 call void @llvm.dbg.declare(metadata %struct.SA* %sa, metadata !26, metadata !DIExpression()), !dbg !27
35 %0 = load %class.B*, %class.B** %b.addr, align 8, !dbg !28
36 %1 = bitcast %struct.SA* %agg.tmp to i8*, !dbg !28
37 %2 = bitcast %struct.SA* %sa to i8*, !dbg !28
38 call void @llvm.memcpy.p0i8.p0i8.i64(i8* align 4 %1, i8* align 4 %2, i64 4, i1 false), !dbg !28
39 %coerce.dive1 = getelementptr %struct.SA, %struct.SA* %agg.tmp, i32 0, i32 0, !dbg !28
40 %3 = load i32, i32* %coerce.dive1, !dbg !28
41 call void @_ZN1B5testBE2SA(%class.B* %0, i32 %3), !dbg !28
45 ; Function Attrs: nounwind readnone
46 declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
48 ; Function Attrs: nounwind ssp uwtable
49 define linkonce_odr void @_ZN1B5testBE2SA(%class.B* %this, i32 %sa.coerce) #2 align 2 !dbg !20 {
51 %sa = alloca %struct.SA, align 4
52 %this.addr = alloca %class.B*, align 8
53 %coerce.dive = getelementptr %struct.SA, %struct.SA* %sa, i32 0, i32 0
54 store i32 %sa.coerce, i32* %coerce.dive
55 store %class.B* %this, %class.B** %this.addr, align 8
56 call void @llvm.dbg.declare(metadata %class.B** %this.addr, metadata !30, metadata !DIExpression()), !dbg !31
57 call void @llvm.dbg.declare(metadata %struct.SA* %sa, metadata !32, metadata !DIExpression()), !dbg !33
58 %this1 = load %class.B*, %class.B** %this.addr
62 ; Function Attrs: nounwind
63 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture readonly, i64, i1) #3
65 attributes #0 = { ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
66 attributes #1 = { nounwind readnone }
67 attributes #2 = { nounwind ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
68 attributes #3 = { nounwind }
71 !llvm.module.flags = !{!21, !22}
74 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 (trunk 214102:214113M) (llvm/trunk 214102:214115M)", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !3, globals: !2, imports: !2)
75 !1 = !DIFile(filename: "b.cpp", directory: "/Users/manmanren/test-Nov/type_unique/rdar_di_array")
78 !4 = !DICompositeType(tag: DW_TAG_class_type, name: "B", line: 5, file: !1, elements: !5, identifier: "_ZTS1B")
80 !6 = !DISubprogram(name: "testB", linkageName: "_ZN1B5testBE2SA", line: 7, isLocal: false, isDefinition: false, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 7, file: !1, scope: !4, type: !7)
81 !7 = !DISubroutineType(types: !8)
83 !9 = !DIDerivedType(tag: DW_TAG_pointer_type, flags: DIFlagArtificial | DIFlagObjectPointer, baseType: !4)
84 !10 = !DICompositeType(tag: DW_TAG_structure_type, name: "SA", line: 1, size: 32, align: 32, file: !1, elements: !11, identifier: "_ZTS2SA")
86 !12 = !DIDerivedType(tag: DW_TAG_member, name: "a", line: 2, size: 32, align: 32, file: !1, scope: !10, baseType: !13)
87 !13 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
88 !15 = distinct !DISubprogram(name: "topB", linkageName: "_Z4topBP1B2SA", line: 11, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 11, file: !1, scope: !16, type: !17, retainedNodes: !2)
89 !16 = !DIFile(filename: "b.cpp", directory: "/Users/manmanren/test-Nov/type_unique/rdar_di_array")
90 !17 = !DISubroutineType(types: !18)
91 !18 = !{null, !19, !10}
92 !19 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !4)
93 !20 = distinct !DISubprogram(name: "testB", linkageName: "_ZN1B5testBE2SA", line: 7, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 7, file: !1, scope: !4, type: !7, declaration: !6, retainedNodes: !2)
94 !21 = !{i32 2, !"Dwarf Version", i32 2}
95 !22 = !{i32 2, !"Debug Info Version", i32 3}
96 !23 = !{!"clang version 3.5.0 (trunk 214102:214113M) (llvm/trunk 214102:214115M)"}
97 !24 = !DILocalVariable(name: "b", line: 11, arg: 1, scope: !15, file: !16, type: !19)
98 !25 = !DILocation(line: 11, column: 14, scope: !15)
99 !26 = !DILocalVariable(name: "sa", line: 11, arg: 2, scope: !15, file: !16, type: !10)
100 !27 = !DILocation(line: 11, column: 20, scope: !15)
101 !28 = !DILocation(line: 12, column: 3, scope: !15)
102 !29 = !DILocation(line: 13, column: 1, scope: !15)
103 !30 = !DILocalVariable(name: "this", arg: 1, flags: DIFlagArtificial | DIFlagObjectPointer, scope: !20, type: !19)
104 !31 = !DILocation(line: 0, scope: !20)
105 !32 = !DILocalVariable(name: "sa", line: 7, arg: 2, scope: !20, file: !16, type: !10)
106 !33 = !DILocation(line: 7, column: 17, scope: !20)
107 !34 = !DILocation(line: 8, column: 3, scope: !20)