]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - test/DebugInfo/X86/misched-dbg-value.ll
Debug info: Teach SROA how to update debug info for fragmented variables.
[opencl/llvm.git] / test / DebugInfo / X86 / misched-dbg-value.ll
1 ; RUN: llc %s -mtriple=x86_64-apple-darwin -filetype=obj -o %t -enable-misched
2 ; RUN: llvm-dwarfdump %t | FileCheck %s
4 ; rdar://13183203
5 ; Make sure when misched is enabled, we still have location information for
6 ; function parameters.
7 ; CHECK: .debug_info contents:
8 ; CHECK: DW_TAG_compile_unit
9 ; CHECK:   DW_TAG_subprogram
10 ; CHECK-NOT: DW_TAG
11 ; CHECK:     DW_AT_name {{.*}} "Proc8"
12 ; CHECK-NOT: {{DW_TAG|NULL}}
13 ; CHECK:     DW_TAG_formal_parameter
14 ; CHECK-NOT: DW_TAG
15 ; CHECK:       DW_AT_location
16 ; CHECK-NOT: DW_TAG
17 ; CHECK:       DW_AT_name {{.*}} "Array1Par"
18 ; CHECK-NOT: {{DW_TAG|NULL}}
19 ; CHECK:     DW_TAG_formal_parameter
20 ; CHECK-NOT: DW_TAG
21 ; CHECK:       DW_AT_location
22 ; CHECK-NOT: DW_TAG
23 ; CHECK:       DW_AT_name {{.*}} "Array2Par"
24 ; CHECK-NOT: {{DW_TAG|NULL}}
25 ; CHECK:     DW_TAG_formal_parameter
26 ; CHECK-NOT: DW_TAG
27 ; CHECK:       DW_AT_location
28 ; CHECK-NOT: DW_TAG
29 ; CHECK:       DW_AT_name {{.*}} "IntParI1"
30 ; CHECK-NOT: {{DW_TAG|NULL}}
31 ; CHECK:     DW_TAG_formal_parameter
32 ; CHECK-NOT: DW_TAG
33 ; CHECK:       DW_AT_location
34 ; CHECK-NOT: DW_TAG
35 ; CHECK:       DW_AT_name {{.*}} "IntParI2"
37 %struct.Record = type { %struct.Record*, i32, i32, i32, [31 x i8] }
39 @Version = global [4 x i8] c"1.1\00", align 1
40 @IntGlob = common global i32 0, align 4
41 @BoolGlob = common global i32 0, align 4
42 @Char1Glob = common global i8 0, align 1
43 @Char2Glob = common global i8 0, align 1
44 @Array1Glob = common global [51 x i32] zeroinitializer, align 16
45 @Array2Glob = common global [51 x [51 x i32]] zeroinitializer, align 16
46 @PtrGlb = common global %struct.Record* null, align 8
47 @PtrGlbNext = common global %struct.Record* null, align 8
49 define void @Proc8(i32* nocapture %Array1Par, [51 x i32]* nocapture %Array2Par, i32 %IntParI1, i32 %IntParI2) nounwind optsize {
50 entry:
51   tail call void @llvm.dbg.value(metadata i32* %Array1Par, i64 0, metadata !23, metadata !{!"0x102"}), !dbg !64
52   tail call void @llvm.dbg.value(metadata [51 x i32]* %Array2Par, i64 0, metadata !24, metadata !{!"0x102"}), !dbg !65
53   tail call void @llvm.dbg.value(metadata i32 %IntParI1, i64 0, metadata !25, metadata !{!"0x102"}), !dbg !66
54   tail call void @llvm.dbg.value(metadata i32 %IntParI2, i64 0, metadata !26, metadata !{!"0x102"}), !dbg !67
55   %add = add i32 %IntParI1, 5, !dbg !68
56   tail call void @llvm.dbg.value(metadata i32 %add, i64 0, metadata !27, metadata !{!"0x102"}), !dbg !68
57   %idxprom = sext i32 %add to i64, !dbg !69
58   %arrayidx = getelementptr inbounds i32* %Array1Par, i64 %idxprom, !dbg !69
59   store i32 %IntParI2, i32* %arrayidx, align 4, !dbg !69
60   %add3 = add nsw i32 %IntParI1, 6, !dbg !73
61   %idxprom4 = sext i32 %add3 to i64, !dbg !73
62   %arrayidx5 = getelementptr inbounds i32* %Array1Par, i64 %idxprom4, !dbg !73
63   store i32 %IntParI2, i32* %arrayidx5, align 4, !dbg !73
64   %add6 = add nsw i32 %IntParI1, 35, !dbg !74
65   %idxprom7 = sext i32 %add6 to i64, !dbg !74
66   %arrayidx8 = getelementptr inbounds i32* %Array1Par, i64 %idxprom7, !dbg !74
67   store i32 %add, i32* %arrayidx8, align 4, !dbg !74
68   tail call void @llvm.dbg.value(metadata i32 %add, i64 0, metadata !28, metadata !{!"0x102"}), !dbg !75
69   br label %for.body, !dbg !75
71 for.body:                                         ; preds = %entry, %for.body
72   %indvars.iv = phi i64 [ %idxprom, %entry ], [ %indvars.iv.next, %for.body ]
73   %IntIndex.046 = phi i32 [ %add, %entry ], [ %inc, %for.body ]
74   %arrayidx13 = getelementptr inbounds [51 x i32]* %Array2Par, i64 %idxprom, i64 %indvars.iv, !dbg !77
75   store i32 %add, i32* %arrayidx13, align 4, !dbg !77
76   %inc = add nsw i32 %IntIndex.046, 1, !dbg !75
77   tail call void @llvm.dbg.value(metadata i32 %inc, i64 0, metadata !28, metadata !{!"0x102"}), !dbg !75
78   %cmp = icmp sgt i32 %inc, %add3, !dbg !75
79   %indvars.iv.next = add i64 %indvars.iv, 1, !dbg !75
80   br i1 %cmp, label %for.end, label %for.body, !dbg !75
82 for.end:                                          ; preds = %for.body
83   %sub = add nsw i32 %IntParI1, 4, !dbg !78
84   %idxprom14 = sext i32 %sub to i64, !dbg !78
85   %arrayidx17 = getelementptr inbounds [51 x i32]* %Array2Par, i64 %idxprom, i64 %idxprom14, !dbg !78
86   %0 = load i32* %arrayidx17, align 4, !dbg !78
87   %inc18 = add nsw i32 %0, 1, !dbg !78
88   store i32 %inc18, i32* %arrayidx17, align 4, !dbg !78
89   %1 = load i32* %arrayidx, align 4, !dbg !79
90   %add22 = add nsw i32 %IntParI1, 25, !dbg !79
91   %idxprom23 = sext i32 %add22 to i64, !dbg !79
92   %arrayidx25 = getelementptr inbounds [51 x i32]* %Array2Par, i64 %idxprom23, i64 %idxprom, !dbg !79
93   store i32 %1, i32* %arrayidx25, align 4, !dbg !79
94   store i32 5, i32* @IntGlob, align 4, !dbg !80
95   ret void, !dbg !81
96 }
98 declare void @llvm.dbg.value(metadata, i64, metadata, metadata) nounwind readnone
100 attributes #0 = { nounwind optsize ssp uwtable }
101 attributes #1 = { nounwind readnone }
103 !llvm.dbg.cu = !{!0}
104 !llvm.module.flags = !{!83}
106 !0 = !{!"0x11\0012\00clang version 3.3 (trunk 175015)\001\00\000\00\001", !82, !1, !10, !11, !29,  !10} ; [ DW_TAG_compile_unit ] [/Users/manmanren/test-Nov/rdar_13183203/test2/dry.c] [DW_LANG_C99]
107 !1 = !{!2}
108 !2 = !{!"0x4\00\00128\0032\0032\000\000\000", !82, null, null, !4, null, null, null} ; [ DW_TAG_enumeration_type ] [line 128, size 32, align 32, offset 0] [def] [from ]
109 !3 = !{!"0x29", !82} ; [ DW_TAG_file_type ]
110 !4 = !{!5, !6, !7, !8, !9}
111 !5 = !{!"0x28\00Ident1\000"} ; [ DW_TAG_enumerator ] [Ident1 :: 0]
112 !6 = !{!"0x28\00Ident2\0010000"} ; [ DW_TAG_enumerator ] [Ident2 :: 10000]
113 !7 = !{!"0x28\00Ident3\0010001"} ; [ DW_TAG_enumerator ] [Ident3 :: 10001]
114 !8 = !{!"0x28\00Ident4\0010002"} ; [ DW_TAG_enumerator ] [Ident4 :: 10002]
115 !9 = !{!"0x28\00Ident5\0010003"} ; [ DW_TAG_enumerator ] [Ident5 :: 10003]
116 !10 = !{}
117 !11 = !{!12}
118 !12 = !{!"0x2e\00Proc8\00Proc8\00\00180\000\001\000\006\000\001\00185", !82, !3, !13, null, void (i32*, [51 x i32]*, i32, i32)* @Proc8, null, null, !22} ; [ DW_TAG_subprogram ] [line 180] [def] [scope 185] [Proc8]
119 !13 = !{!"0x15\00\000\000\000\000\000\000", i32 0, null, null, !14, null, null, null} ; [ DW_TAG_subroutine_type ] [line 0, size 0, align 0, offset 0] [from ]
120 !14 = !{null, !15, !17, !21, !21}
121 !15 = !{!"0xf\00\000\0064\0064\000\000", null, null, !16} ; [ DW_TAG_pointer_type ] [line 0, size 64, align 64, offset 0] [from int]
122 !16 = !{!"0x24\00int\000\0032\0032\000\000\005", null, null} ; [ DW_TAG_base_type ] [int] [line 0, size 32, align 32, offset 0, enc DW_ATE_signed]
123 !17 = !{!"0xf\00\000\0064\0064\000\000", null, null, !18} ; [ DW_TAG_pointer_type ] [line 0, size 64, align 64, offset 0] [from ]
124 !18 = !{!"0x1\00\000\001632\0032\000\000", null, null, !16, !19, i32 0, null, null, null} ; [ DW_TAG_array_type ] [line 0, size 1632, align 32, offset 0] [from int]
125 !19 = !{!20}
126 !20 = !{!"0x21\000\0051"}       ; [ DW_TAG_subrange_type ] [0, 50]
127 !21 = !{!"0x16\00OneToFifty\00132\000\000\000\000", !82, null, !16} ; [ DW_TAG_typedef ] [OneToFifty] [line 132, size 0, align 0, offset 0] [from int]
128 !22 = !{!23, !24, !25, !26, !27, !28}
129 !23 = !{!"0x101\00Array1Par\0016777397\000", !12, !3, !15} ; [ DW_TAG_arg_variable ] [Array1Par] [line 181]
130 !24 = !{!"0x101\00Array2Par\0033554614\000", !12, !3, !17} ; [ DW_TAG_arg_variable ] [Array2Par] [line 182]
131 !25 = !{!"0x101\00IntParI1\0050331831\000", !12, !3, !21} ; [ DW_TAG_arg_variable ] [IntParI1] [line 183]
132 !26 = !{!"0x101\00IntParI2\0067109048\000", !12, !3, !21} ; [ DW_TAG_arg_variable ] [IntParI2] [line 184]
133 !27 = !{!"0x100\00IntLoc\00186\000", !12, !3, !21} ; [ DW_TAG_auto_variable ] [IntLoc] [line 186]
134 !28 = !{!"0x100\00IntIndex\00187\000", !12, !3, !21} ; [ DW_TAG_auto_variable ] [IntIndex] [line 187]
135 !29 = !{!30, !35, !36, !38, !39, !40, !42, !46, !63}
136 !30 = !{!"0x34\00Version\00Version\00\00111\000\001", null, !3, !31, [4 x i8]* @Version, null} ; [ DW_TAG_variable ] [Version] [line 111] [def]
137 !31 = !{!"0x1\00\000\0032\008\000\000", null, null, !32, !33, i32 0, null, null, null} ; [ DW_TAG_array_type ] [line 0, size 32, align 8, offset 0] [from char]
138 !32 = !{!"0x24\00char\000\008\008\000\000\006", null, null} ; [ DW_TAG_base_type ] [char] [line 0, size 8, align 8, offset 0, enc DW_ATE_signed_char]
139 !33 = !{!34}
140 !34 = !{!"0x21\000\004"}        ; [ DW_TAG_subrange_type ] [0, 3]
141 !35 = !{!"0x34\00IntGlob\00IntGlob\00\00171\000\001", null, !3, !16, i32* @IntGlob, null} ; [ DW_TAG_variable ] [IntGlob] [line 171] [def]
142 !36 = !{!"0x34\00BoolGlob\00BoolGlob\00\00172\000\001", null, !3, !37, i32* @BoolGlob, null} ; [ DW_TAG_variable ] [BoolGlob] [line 172] [def]
143 !37 = !{!"0x16\00boolean\00149\000\000\000\000", !82, null, !16} ; [ DW_TAG_typedef ] [boolean] [line 149, size 0, align 0, offset 0] [from int]
144 !38 = !{!"0x34\00Char1Glob\00Char1Glob\00\00173\000\001", null, !3, !32, i8* @Char1Glob, null} ; [ DW_TAG_variable ] [Char1Glob] [line 173] [def]
145 !39 = !{!"0x34\00Char2Glob\00Char2Glob\00\00174\000\001", null, !3, !32, i8* @Char2Glob, null} ; [ DW_TAG_variable ] [Char2Glob] [line 174] [def]
146 !40 = !{!"0x34\00Array1Glob\00Array1Glob\00\00175\000\001", null, !3, !41, [51 x i32]* @Array1Glob, null} ; [ DW_TAG_variable ] [Array1Glob] [line 175] [def]
147 !41 = !{!"0x16\00Array1Dim\00135\000\000\000\000", !82, null, !18} ; [ DW_TAG_typedef ] [Array1Dim] [line 135, size 0, align 0, offset 0] [from ]
148 !42 = !{!"0x34\00Array2Glob\00Array2Glob\00\00176\000\001", null, !3, !43, [51 x [51 x i32]]* @Array2Glob, null} ; [ DW_TAG_variable ] [Array2Glob] [line 176] [def]
149 !43 = !{!"0x16\00Array2Dim\00136\000\000\000\000", !82, null, !44} ; [ DW_TAG_typedef ] [Array2Dim] [line 136, size 0, align 0, offset 0] [from ]
150 !44 = !{!"0x1\00\000\0083232\0032\000\000", null, null, !16, !45, i32 0, null, null, null} ; [ DW_TAG_array_type ] [line 0, size 83232, align 32, offset 0] [from int]
151 !45 = !{!20, !20}
152 !46 = !{!"0x34\00PtrGlb\00PtrGlb\00\00177\000\001", null, !3, !47, %struct.Record** @PtrGlb, null} ; [ DW_TAG_variable ] [PtrGlb] [line 177] [def]
153 !47 = !{!"0x16\00RecordPtr\00148\000\000\000\000", !82, null, !48} ; [ DW_TAG_typedef ] [RecordPtr] [line 148, size 0, align 0, offset 0] [from ]
154 !48 = !{!"0xf\00\000\0064\0064\000\000", null, null, !49} ; [ DW_TAG_pointer_type ] [line 0, size 64, align 64, offset 0] [from RecordType]
155 !49 = !{!"0x16\00RecordType\00147\000\000\000\000", !82, null, !50} ; [ DW_TAG_typedef ] [RecordType] [line 147, size 0, align 0, offset 0] [from Record]
156 !50 = !{!"0x13\00Record\00138\00448\0064\000\000\000", !82, null, null, !51, null, i32 0, null} ; [ DW_TAG_structure_type ] [Record] [line 138, size 448, align 64, offset 0] [def] [from ]
157 !51 = !{!52, !54, !56, !57, !58}
158 !52 = !{!"0xd\00PtrComp\00140\0064\0064\000\000", !82, !50, !53} ; [ DW_TAG_member ] [PtrComp] [line 140, size 64, align 64, offset 0] [from ]
159 !53 = !{!"0xf\00\000\0064\0064\000\000", null, null, !50} ; [ DW_TAG_pointer_type ] [line 0, size 64, align 64, offset 0] [from Record]
160 !54 = !{!"0xd\00Discr\00141\0032\0032\0064\000", !82, !50, !55} ; [ DW_TAG_member ] [Discr] [line 141, size 32, align 32, offset 64] [from Enumeration]
161 !55 = !{!"0x16\00Enumeration\00128\000\000\000\000", !82, null, !2} ; [ DW_TAG_typedef ] [Enumeration] [line 128, size 0, align 0, offset 0] [from ]
162 !56 = !{!"0xd\00EnumComp\00142\0032\0032\0096\000", !82, !50, !55} ; [ DW_TAG_member ] [EnumComp] [line 142, size 32, align 32, offset 96] [from Enumeration]
163 !57 = !{!"0xd\00IntComp\00143\0032\0032\00128\000", !82, !50, !21} ; [ DW_TAG_member ] [IntComp] [line 143, size 32, align 32, offset 128] [from OneToFifty]
164 !58 = !{!"0xd\00StringComp\00144\00248\008\00160\000", !82, !50, !59} ; [ DW_TAG_member ] [StringComp] [line 144, size 248, align 8, offset 160] [from String30]
165 !59 = !{!"0x16\00String30\00134\000\000\000\000", !82, null, !60} ; [ DW_TAG_typedef ] [String30] [line 134, size 0, align 0, offset 0] [from ]
166 !60 = !{!"0x1\00\000\00248\008\000\000", null, null, !32, !61, i32 0, null, null, null} ; [ DW_TAG_array_type ] [line 0, size 248, align 8, offset 0] [from char]
167 !61 = !{!62}
168 !62 = !{!"0x21\000\0031"}       ; [ DW_TAG_subrange_type ] [0, 30]
169 !63 = !{!"0x34\00PtrGlbNext\00PtrGlbNext\00\00178\000\001", null, !3, !47, %struct.Record** @PtrGlbNext, null} ; [ DW_TAG_variable ] [PtrGlbNext] [line 178] [def]
170 !64 = !{i32 181, i32 0, !12, null}
171 !65 = !{i32 182, i32 0, !12, null}
172 !66 = !{i32 183, i32 0, !12, null}
173 !67 = !{i32 184, i32 0, !12, null}
174 !68 = !{i32 189, i32 0, !12, null}
175 !69 = !{i32 190, i32 0, !12, null}
176 !73 = !{i32 191, i32 0, !12, null}
177 !74 = !{i32 192, i32 0, !12, null}
178 !75 = !{i32 193, i32 0, !76, null}
179 !76 = !{!"0xb\00193\000\000", !82, !12} ; [ DW_TAG_lexical_block ] [/Users/manmanren/test-Nov/rdar_13183203/test2/dry.c]
180 !77 = !{i32 194, i32 0, !76, null}
181 !78 = !{i32 195, i32 0, !12, null}
182 !79 = !{i32 196, i32 0, !12, null}
183 !80 = !{i32 197, i32 0, !12, null}
184 !81 = !{i32 198, i32 0, !12, null}
185 !82 = !{!"dry.c", !"/Users/manmanren/test-Nov/rdar_13183203/test2"}
186 !83 = !{i32 1, !"Debug Info Version", i32 2}