blob: cdbd3f8c5bc7f2fff5e22a3eaf81e3de6c9150b6 [file] [log] [blame]
Adrian Prantla1ffd1a2013-07-10 01:53:37 +00001; RUN: llc -O0 -mtriple=x86_64-apple-darwin -filetype=asm %s -o - | FileCheck %s
2; ModuleID = 'aggregate-indirect-arg.cpp'
3; extracted from debuginfo-tests/aggregate-indirect-arg.cpp
4
5; v should not be a pointer.
6; CHECK: ##DEBUG_VALUE: foo:v <- RSI
7; rdar://problem/13658587
8
9target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
10target triple = "x86_64-apple-macosx10.9.0"
11
12%class.SVal = type { i8*, i32 }
13%class.A = type { i8 }
14
15declare void @_Z3barR4SVal(%class.SVal* %v)
Adrian Prantl87b7eb92014-10-01 18:55:02 +000016declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
Adrian Prantla1ffd1a2013-07-10 01:53:37 +000017declare i32 @main()
18; Function Attrs: nounwind ssp uwtable
19define linkonce_odr void @_ZN1A3fooE4SVal(%class.A* %this, %class.SVal* %v) nounwind ssp uwtable align 2 {
20entry:
21 %this.addr = alloca %class.A*, align 8
22 store %class.A* %this, %class.A** %this.addr, align 8
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000023 call void @llvm.dbg.declare(metadata %class.A** %this.addr, metadata !59, metadata !DIExpression()), !dbg !61
24 call void @llvm.dbg.declare(metadata %class.SVal* %v, metadata !62, metadata !DIExpression(DW_OP_deref)), !dbg !61
David Blaikiea79ac142015-02-27 21:17:42 +000025 %this1 = load %class.A*, %class.A** %this.addr
Adrian Prantla1ffd1a2013-07-10 01:53:37 +000026 call void @_Z3barR4SVal(%class.SVal* %v), !dbg !61
27 ret void, !dbg !61
28}
29declare void @_ZN4SValD1Ev(%class.SVal* %this)
30declare void @_ZN4SValD2Ev(%class.SVal* %this)
31
32!llvm.dbg.cu = !{!0}
Manman Ren409558f2013-11-22 21:49:45 +000033!llvm.module.flags = !{!47, !68}
Adrian Prantla1ffd1a2013-07-10 01:53:37 +000034
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000035!0 = !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.4 ", isOptimized: false, emissionKind: 0, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2)
36!1 = !DIFile(filename: "aggregate-indirect-arg.cpp", directory: "")
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000037!2 = !{}
38!3 = !{!4, !29, !33, !34, !35}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000039!4 = !DISubprogram(name: "bar", linkageName: "_Z3barR4SVal", line: 19, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 19, file: !1, scope: !5, type: !6, function: void (%class.SVal*)* @_Z3barR4SVal, variables: !2)
40!5 = !DIFile(filename: "aggregate-indirect-arg.cpp", directory: "")
41!6 = !DISubroutineType(types: !7)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000042!7 = !{null, !8}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000043!8 = !DIDerivedType(tag: DW_TAG_reference_type, baseType: !9)
44!9 = !DICompositeType(tag: DW_TAG_class_type, name: "SVal", line: 12, size: 128, align: 64, file: !1, elements: !10)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000045!10 = !{!11, !14, !16, !21, !23}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000046!11 = !DIDerivedType(tag: DW_TAG_member, name: "Data", line: 15, size: 64, align: 64, file: !1, scope: !9, baseType: !12)
47!12 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !13)
48!13 = !DIDerivedType(tag: DW_TAG_const_type, baseType: null)
49!14 = !DIDerivedType(tag: DW_TAG_member, name: "Kind", line: 16, size: 32, align: 32, offset: 64, file: !1, scope: !9, baseType: !15)
50!15 = !DIBasicType(tag: DW_TAG_base_type, name: "unsigned int", size: 32, align: 32, encoding: DW_ATE_unsigned)
51!16 = !DISubprogram(name: "~SVal", line: 14, isLocal: false, isDefinition: false, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 14, file: !1, scope: !9, type: !17)
52!17 = !DISubroutineType(types: !18)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000053!18 = !{null, !19}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000054!19 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, flags: DIFlagArtificial | DIFlagObjectPointer, baseType: !9)
55!21 = !DISubprogram(name: "SVal", line: 12, isLocal: false, isDefinition: false, virtualIndex: 6, flags: DIFlagArtificial | DIFlagPrototyped, isOptimized: false, scopeLine: 12, file: !1, scope: !9, type: !17)
56!23 = !DISubprogram(name: "SVal", line: 12, isLocal: false, isDefinition: false, virtualIndex: 6, flags: DIFlagArtificial | DIFlagPrototyped, isOptimized: false, scopeLine: 12, file: !1, scope: !9, type: !24)
57!24 = !DISubroutineType(types: !25)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000058!25 = !{null, !19, !26}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000059!26 = !DIDerivedType(tag: DW_TAG_reference_type, baseType: !27)
60!27 = !DIDerivedType(tag: DW_TAG_const_type, baseType: !9)
61!29 = !DISubprogram(name: "main", line: 25, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 25, file: !1, scope: !5, type: !30, function: i32 ()* @main, variables: !2)
62!30 = !DISubroutineType(types: !31)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000063!31 = !{!32}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000064!32 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
65!33 = !DISubprogram(name: "~SVal", linkageName: "_ZN4SValD1Ev", line: 14, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 14, file: !1, scope: null, type: !17, function: void (%class.SVal*)* @_ZN4SValD1Ev, declaration: !16, variables: !2)
66!34 = !DISubprogram(name: "~SVal", linkageName: "_ZN4SValD2Ev", line: 14, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 14, file: !1, scope: null, type: !17, function: void (%class.SVal*)* @_ZN4SValD2Ev, declaration: !16, variables: !2)
67!35 = !DISubprogram(name: "foo", linkageName: "_ZN1A3fooE4SVal", line: 22, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 22, file: !1, scope: null, type: !36, function: void (%class.A*, %class.SVal*)* @_ZN1A3fooE4SVal, declaration: !41, variables: !2)
68!36 = !DISubroutineType(types: !37)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000069!37 = !{null, !38, !9}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000070!38 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, flags: DIFlagArtificial | DIFlagObjectPointer, baseType: !39)
71!39 = !DICompositeType(tag: DW_TAG_class_type, name: "A", line: 20, size: 8, align: 8, file: !1, elements: !40)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000072!40 = !{!41, !43}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000073!41 = !DISubprogram(name: "foo", linkageName: "_ZN1A3fooE4SVal", line: 22, isLocal: false, isDefinition: false, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 22, file: !1, scope: !39, type: !36)
74!43 = !DISubprogram(name: "A", line: 20, isLocal: false, isDefinition: false, virtualIndex: 6, flags: DIFlagArtificial | DIFlagPrototyped, isOptimized: false, scopeLine: 20, file: !1, scope: !39, type: !44)
75!44 = !DISubroutineType(types: !45)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000076!45 = !{null, !38}
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000077!47 = !{i32 2, !"Dwarf Version", i32 3}
Duncan P. N. Exon Smithed013cd2015-07-31 18:58:39 +000078!48 = !DILocalVariable(name: "v", line: 19, arg: 1, scope: !4, file: !5, type: !8)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000079!49 = !DILocation(line: 19, scope: !4)
Duncan P. N. Exon Smithed013cd2015-07-31 18:58:39 +000080!50 = !DILocalVariable(name: "v", line: 26, scope: !29, file: !5, type: !9)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000081!51 = !DILocation(line: 26, scope: !29)
82!52 = !DILocation(line: 27, scope: !29)
83!53 = !DILocation(line: 28, scope: !29)
Duncan P. N. Exon Smithed013cd2015-07-31 18:58:39 +000084!54 = !DILocalVariable(name: "a", line: 29, scope: !29, file: !5, type: !39)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000085!55 = !DILocation(line: 29, scope: !29)
86!56 = !DILocation(line: 30, scope: !29)
87!57 = !DILocation(line: 31, scope: !29)
88!58 = !DILocation(line: 32, scope: !29)
Duncan P. N. Exon Smithed013cd2015-07-31 18:58:39 +000089!59 = !DILocalVariable(name: "this", line: 22, arg: 1, flags: DIFlagArtificial | DIFlagObjectPointer, scope: !35, file: !5, type: !60)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000090!60 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !39)
91!61 = !DILocation(line: 22, scope: !35)
Duncan P. N. Exon Smithed013cd2015-07-31 18:58:39 +000092!62 = !DILocalVariable(name: "v", line: 22, arg: 2, scope: !35, file: !5, type: !9)
93!63 = !DILocalVariable(name: "this", line: 14, arg: 1, flags: DIFlagArtificial | DIFlagObjectPointer, scope: !33, file: !5, type: !64)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000094!64 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !9)
95!65 = !DILocation(line: 14, scope: !33)
Duncan P. N. Exon Smithed013cd2015-07-31 18:58:39 +000096!66 = !DILocalVariable(name: "this", line: 14, arg: 1, flags: DIFlagArtificial | DIFlagObjectPointer, scope: !34, file: !5, type: !64)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000097!67 = !DILocation(line: 14, scope: !34)
Duncan P. N. Exon Smithe2741802015-03-03 17:24:31 +000098!68 = !{i32 1, !"Debug Info Version", i32 3}