Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_test_checks / Inputs / various_ir_values.ll.funcsig.transitiveglobals.expected
blob73d17052212e10b027fa6adbeb3cd9ea272cb026
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals smart
2 ; Just run it through opt, no passes needed.
3 ; RUN: opt < %s -S | FileCheck %s
5 ; ModuleID = 'various_ir_values.c'
6 source_filename = "various_ir_values.c"
7 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
8 target triple = "x86_64-unknown-linux-gnu"
10 ; Function Attrs: nounwind uwtable
11 define dso_local void @foo(ptr %A) #0 !dbg !7 {
12 ; CHECK-LABEL: @foo(
13 ; CHECK-NEXT:  entry:
14 ; CHECK-NEXT:    [[A_ADDR:%.*]] = alloca ptr, align 8, !DIAssignID [[DIASSIGNID16:![0-9]+]]
15 ; CHECK-NEXT:    [[I:%.*]] = alloca i32, align 4
16 ; CHECK-NEXT:    call void @llvm.dbg.assign(metadata i1 undef, metadata [[META13:![0-9]+]], metadata !DIExpression(), metadata [[DIASSIGNID16]], metadata ptr [[A_ADDR]], metadata !DIExpression()), !dbg [[DBG17:![0-9]+]]
17 ; CHECK-NEXT:    store ptr [[A:%.*]], ptr [[A_ADDR]], align 8, !tbaa [[TBAA18:![0-9]+]]
18 ; CHECK-NEXT:    call void @llvm.dbg.declare(metadata ptr [[A_ADDR]], metadata [[META13]], metadata !DIExpression()), !dbg [[DBG17]]
19 ; CHECK-NEXT:    call void @llvm.lifetime.start.p0(i64 4, ptr [[I]]) #[[ATTR3:[0-9]+]], !dbg [[DBG22:![0-9]+]]
20 ; CHECK-NEXT:    call void @llvm.dbg.declare(metadata ptr [[I]], metadata [[META14:![0-9]+]], metadata !DIExpression()), !dbg [[DBG23:![0-9]+]]
21 ; CHECK-NEXT:    store i32 0, ptr [[I]], align 4, !dbg [[DBG23]], !tbaa [[TBAA24:![0-9]+]]
22 ; CHECK-NEXT:    br label [[FOR_COND:%.*]], !dbg [[DBG22]]
23 ; CHECK:       for.cond:
24 ; CHECK-NEXT:    [[TMP0:%.*]] = load i32, ptr [[I]], align 4, !dbg [[DBG26:![0-9]+]], !tbaa [[TBAA24]]
25 ; CHECK-NEXT:    [[TMP1:%.*]] = load ptr, ptr [[A_ADDR]], align 8, !dbg [[DBG28:![0-9]+]], !tbaa [[TBAA18]]
26 ; CHECK-NEXT:    [[TMP2:%.*]] = load i32, ptr [[TMP1]], align 4, !dbg [[DBG29:![0-9]+]], !tbaa [[TBAA24]]
27 ; CHECK-NEXT:    [[CMP:%.*]] = icmp slt i32 [[TMP0]], [[TMP2]], !dbg [[DBG30:![0-9]+]]
28 ; CHECK-NEXT:    br i1 [[CMP]], label [[FOR_BODY:%.*]], label [[FOR_COND_CLEANUP:%.*]], !dbg [[DBG31:![0-9]+]], !prof [[PROF32:![0-9]+]]
29 ; CHECK:       for.cond.cleanup:
30 ; CHECK-NEXT:    call void @llvm.lifetime.end.p0(i64 4, ptr [[I]]) #[[ATTR3]], !dbg [[DBG33:![0-9]+]]
31 ; CHECK-NEXT:    br label [[FOR_END:%.*]]
32 ; CHECK:       for.body:
33 ; CHECK-NEXT:    [[TMP3:%.*]] = load ptr, ptr [[A_ADDR]], align 8, !dbg [[DBG34:![0-9]+]], !tbaa [[TBAA18]]
34 ; CHECK-NEXT:    [[TMP4:%.*]] = load i32, ptr [[I]], align 4, !dbg [[DBG35:![0-9]+]], !tbaa [[TBAA24]]
35 ; CHECK-NEXT:    [[IDXPROM:%.*]] = sext i32 [[TMP4]] to i64, !dbg [[DBG34]]
36 ; CHECK-NEXT:    [[ARRAYIDX:%.*]] = getelementptr inbounds i32, ptr [[TMP3]], i64 [[IDXPROM]], !dbg [[DBG34]]
37 ; CHECK-NEXT:    store i32 0, ptr [[ARRAYIDX]], align 4, !dbg [[DBG36:![0-9]+]], !tbaa [[TBAA24]]
38 ; CHECK-NEXT:    br label [[FOR_INC:%.*]], !dbg [[DBG34]]
39 ; CHECK:       for.inc:
40 ; CHECK-NEXT:    [[TMP5:%.*]] = load i32, ptr [[I]], align 4, !dbg [[DBG37:![0-9]+]], !tbaa [[TBAA24]]
41 ; CHECK-NEXT:    [[INC:%.*]] = add nsw i32 [[TMP5]], 1, !dbg [[DBG37]]
42 ; CHECK-NEXT:    store i32 [[INC]], ptr [[I]], align 4, !dbg [[DBG37]], !tbaa [[TBAA24]]
43 ; CHECK-NEXT:    br label [[FOR_COND]], !dbg [[DBG33]], !llvm.loop [[LOOP38:![0-9]+]]
44 ; CHECK:       for.end:
45 ; CHECK-NEXT:    ret void, !dbg [[DBG40:![0-9]+]]
47 entry:
48   %A.addr = alloca ptr, align 8, !DIAssignID !62
49   %i = alloca i32, align 4
50   call void @llvm.dbg.assign(metadata i1 undef, metadata !13, metadata !DIExpression(), metadata !62, metadata ptr %A.addr, metadata !DIExpression()), !dbg !20
51   store ptr %A, ptr %A.addr, align 8, !tbaa !16
52   call void @llvm.dbg.declare(metadata ptr %A.addr, metadata !13, metadata !DIExpression()), !dbg !20
53   call void @llvm.lifetime.start.p0(i64 4, ptr %i) #3, !dbg !21
54   call void @llvm.dbg.declare(metadata ptr %i, metadata !14, metadata !DIExpression()), !dbg !22
55   store i32 0, ptr %i, align 4, !dbg !22, !tbaa !23
56   br label %for.cond, !dbg !21
58 for.cond:                                         ; preds = %for.inc, %entry
59   %0 = load i32, ptr %i, align 4, !dbg !25, !tbaa !23
60   %1 = load ptr, ptr %A.addr, align 8, !dbg !27, !tbaa !16
61   %2 = load i32, ptr %1, align 4, !dbg !28, !tbaa !23
62   %cmp = icmp slt i32 %0, %2, !dbg !29
63   br i1 %cmp, label %for.body, label %for.cond.cleanup, !dbg !30, !prof !61
65 for.cond.cleanup:                                 ; preds = %for.cond
66   call void @llvm.lifetime.end.p0(i64 4, ptr %i) #3, !dbg !31
67   br label %for.end
69 for.body:                                         ; preds = %for.cond
70   %3 = load ptr, ptr %A.addr, align 8, !dbg !32, !tbaa !16
71   %4 = load i32, ptr %i, align 4, !dbg !33, !tbaa !23
72   %idxprom = sext i32 %4 to i64, !dbg !32
73   %arrayidx = getelementptr inbounds i32, ptr %3, i64 %idxprom, !dbg !32
74   store i32 0, ptr %arrayidx, align 4, !dbg !34, !tbaa !23
75   br label %for.inc, !dbg !32
77 for.inc:                                          ; preds = %for.body
78   %5 = load i32, ptr %i, align 4, !dbg !35, !tbaa !23
79   %inc = add nsw i32 %5, 1, !dbg !35
80   store i32 %inc, ptr %i, align 4, !dbg !35, !tbaa !23
81   br label %for.cond, !dbg !31, !llvm.loop !36
83 for.end:                                          ; preds = %for.cond.cleanup
84   ret void, !dbg !38
87 ; Function Attrs: nounwind readnone speculatable willreturn
88 declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
90 ; Function Attrs: argmemonly nounwind willreturn
91 declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #2
93 ; Function Attrs: argmemonly nounwind willreturn
94 declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #2
96 ; Function Attrs: nounwind uwtable
97 define dso_local void @bar(ptr %A) #0 !dbg !39 {
98 ; CHECK-LABEL: @bar(
99 ; CHECK-NEXT:  entry:
100 ; CHECK-NEXT:    [[A_ADDR:%.*]] = alloca ptr, align 8
101 ; CHECK-NEXT:    [[I:%.*]] = alloca i32, align 4
102 ; CHECK-NEXT:    store ptr [[A:%.*]], ptr [[A_ADDR]], align 8, !tbaa [[TBAA18]]
103 ; CHECK-NEXT:    call void @llvm.dbg.declare(metadata ptr [[A_ADDR]], metadata [[META43:![0-9]+]], metadata !DIExpression()), !dbg [[DBG46:![0-9]+]]
104 ; CHECK-NEXT:    call void @llvm.lifetime.start.p0(i64 4, ptr [[I]]) #[[ATTR3]], !dbg [[DBG47:![0-9]+]]
105 ; CHECK-NEXT:    call void @llvm.dbg.declare(metadata ptr [[I]], metadata [[META44:![0-9]+]], metadata !DIExpression()), !dbg [[DBG48:![0-9]+]]
106 ; CHECK-NEXT:    store i32 0, ptr [[I]], align 4, !dbg [[DBG48]], !tbaa [[TBAA24]]
107 ; CHECK-NEXT:    br label [[FOR_COND:%.*]], !dbg [[DBG47]]
108 ; CHECK:       for.cond:
109 ; CHECK-NEXT:    [[TMP0:%.*]] = load i32, ptr [[I]], align 4, !dbg [[DBG49:![0-9]+]], !tbaa [[TBAA24]]
110 ; CHECK-NEXT:    [[TMP1:%.*]] = load ptr, ptr [[A_ADDR]], align 8, !dbg [[DBG51:![0-9]+]], !tbaa [[TBAA18]]
111 ; CHECK-NEXT:    [[TMP2:%.*]] = load i32, ptr [[TMP1]], align 4, !dbg [[DBG52:![0-9]+]], !tbaa [[TBAA24]]
112 ; CHECK-NEXT:    [[CMP:%.*]] = icmp slt i32 [[TMP0]], [[TMP2]], !dbg [[DBG53:![0-9]+]]
113 ; CHECK-NEXT:    br i1 [[CMP]], label [[FOR_BODY:%.*]], label [[FOR_COND_CLEANUP:%.*]], !dbg [[DBG54:![0-9]+]]
114 ; CHECK:       for.cond.cleanup:
115 ; CHECK-NEXT:    call void @llvm.lifetime.end.p0(i64 4, ptr [[I]]) #[[ATTR3]], !dbg [[DBG55:![0-9]+]]
116 ; CHECK-NEXT:    br label [[FOR_END:%.*]]
117 ; CHECK:       for.body:
118 ; CHECK-NEXT:    [[TMP3:%.*]] = load ptr, ptr [[A_ADDR]], align 8, !dbg [[DBG56:![0-9]+]], !tbaa [[TBAA18]]
119 ; CHECK-NEXT:    [[TMP4:%.*]] = load i32, ptr [[I]], align 4, !dbg [[DBG57:![0-9]+]], !tbaa [[TBAA24]]
120 ; CHECK-NEXT:    [[IDXPROM:%.*]] = sext i32 [[TMP4]] to i64, !dbg [[DBG56]]
121 ; CHECK-NEXT:    [[ARRAYIDX:%.*]] = getelementptr inbounds i32, ptr [[TMP3]], i64 [[IDXPROM]], !dbg [[DBG56]]
122 ; CHECK-NEXT:    store i32 0, ptr [[ARRAYIDX]], align 4, !dbg [[DBG58:![0-9]+]], !tbaa [[TBAA24]]
123 ; CHECK-NEXT:    br label [[FOR_INC:%.*]], !dbg [[DBG56]]
124 ; CHECK:       for.inc:
125 ; CHECK-NEXT:    [[TMP5:%.*]] = load i32, ptr [[I]], align 4, !dbg [[DBG59:![0-9]+]], !tbaa [[TBAA24]]
126 ; CHECK-NEXT:    [[INC:%.*]] = add nsw i32 [[TMP5]], 1, !dbg [[DBG59]]
127 ; CHECK-NEXT:    store i32 [[INC]], ptr [[I]], align 4, !dbg [[DBG59]], !tbaa [[TBAA24]]
128 ; CHECK-NEXT:    br label [[FOR_COND]], !dbg [[DBG55]], !llvm.loop [[LOOP60:![0-9]+]]
129 ; CHECK:       for.end:
130 ; CHECK-NEXT:    ret void, !dbg [[DBG62:![0-9]+]]
132 entry:
133   %A.addr = alloca ptr, align 8
134   %i = alloca i32, align 4
135   store ptr %A, ptr %A.addr, align 8, !tbaa !16
136   call void @llvm.dbg.declare(metadata ptr %A.addr, metadata !41, metadata !DIExpression()), !dbg !44
137   call void @llvm.lifetime.start.p0(i64 4, ptr %i) #3, !dbg !45
138   call void @llvm.dbg.declare(metadata ptr %i, metadata !42, metadata !DIExpression()), !dbg !46
139   store i32 0, ptr %i, align 4, !dbg !46, !tbaa !23
140   br label %for.cond, !dbg !45
142 for.cond:                                         ; preds = %for.inc, %entry
143   %0 = load i32, ptr %i, align 4, !dbg !47, !tbaa !23
144   %1 = load ptr, ptr %A.addr, align 8, !dbg !49, !tbaa !16
145   %2 = load i32, ptr %1, align 4, !dbg !50, !tbaa !23
146   %cmp = icmp slt i32 %0, %2, !dbg !51
147   br i1 %cmp, label %for.body, label %for.cond.cleanup, !dbg !52
149 for.cond.cleanup:                                 ; preds = %for.cond
150   call void @llvm.lifetime.end.p0(i64 4, ptr %i) #3, !dbg !53
151   br label %for.end
153 for.body:                                         ; preds = %for.cond
154   %3 = load ptr, ptr %A.addr, align 8, !dbg !54, !tbaa !16
155   %4 = load i32, ptr %i, align 4, !dbg !55, !tbaa !23
156   %idxprom = sext i32 %4 to i64, !dbg !54
157   %arrayidx = getelementptr inbounds i32, ptr %3, i64 %idxprom, !dbg !54
158   store i32 0, ptr %arrayidx, align 4, !dbg !56, !tbaa !23
159   br label %for.inc, !dbg !54
161 for.inc:                                          ; preds = %for.body
162   %5 = load i32, ptr %i, align 4, !dbg !57, !tbaa !23
163   %inc = add nsw i32 %5, 1, !dbg !57
164   store i32 %inc, ptr %i, align 4, !dbg !57, !tbaa !23
165   br label %for.cond, !dbg !53, !llvm.loop !58
167 for.end:                                          ; preds = %for.cond.cleanup
168   ret void, !dbg !60
171 declare void @llvm.dbg.assign(metadata, metadata, metadata, metadata, metadata, metadata)
173 attributes #0 = { nounwind uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "denormal-fp-math"="ieee,ieee" "denormal-fp-math-f32"="ieee,ieee" "disable-tail-calls"="false" "frame-pointer"="none" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
174 attributes #1 = { nounwind readnone speculatable willreturn }
175 attributes #2 = { argmemonly nounwind willreturn }
176 attributes #3 = { nounwind }
178 !llvm.dbg.cu = !{!0}
179 !llvm.module.flags = !{!3, !4, !5}
180 !llvm.ident = !{!6}
182 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 11.0.0 (git@github.com:llvm/llvm-project.git 1d5da8cd30fce1c0a2c2fa6ba656dbfaa36192c8)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, splitDebugInlining: false, nameTableKind: None)
183 !1 = !DIFile(filename: "various_ir_values.c", directory: "/data/build/llvm-project")
184 !2 = !{}
185 !3 = !{i32 7, !"Dwarf Version", i32 4}
186 !4 = !{i32 2, !"Debug Info Version", i32 3}
187 !5 = !{i32 1, !"wchar_size", i32 4}
188 !6 = !{!"clang version 11.0.0 (git@github.com:llvm/llvm-project.git 1d5da8cd30fce1c0a2c2fa6ba656dbfaa36192c8)"}
189 !7 = distinct !DISubprogram(name: "foo", scope: !1, file: !1, line: 1, type: !8, scopeLine: 1, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !12)
190 !8 = !DISubroutineType(types: !9)
191 !9 = !{null, !10}
192 !10 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !11, size: 64)
193 !11 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
194 !12 = !{!13, !14}
195 !13 = !DILocalVariable(name: "A", arg: 1, scope: !7, file: !1, line: 1, type: !10)
196 !14 = !DILocalVariable(name: "i", scope: !15, file: !1, line: 3, type: !11)
197 !15 = distinct !DILexicalBlock(scope: !7, file: !1, line: 3, column: 3)
198 !16 = !{!17, !17, i64 0}
199 !17 = !{!"any pointer", !18, i64 0}
200 !18 = !{!"omnipotent char", !19, i64 0}
201 !19 = !{!"Simple C/C++ TBAA"}
202 !20 = !DILocation(line: 1, column: 15, scope: !7)
203 !21 = !DILocation(line: 3, column: 8, scope: !15)
204 !22 = !DILocation(line: 3, column: 12, scope: !15)
205 !23 = !{!24, !24, i64 0}
206 !24 = !{!"int", !18, i64 0}
207 !25 = !DILocation(line: 3, column: 19, scope: !26)
208 !26 = distinct !DILexicalBlock(scope: !15, file: !1, line: 3, column: 3)
209 !27 = !DILocation(line: 3, column: 24, scope: !26)
210 !28 = !DILocation(line: 3, column: 23, scope: !26)
211 !29 = !DILocation(line: 3, column: 21, scope: !26)
212 !30 = !DILocation(line: 3, column: 3, scope: !15)
213 !31 = !DILocation(line: 3, column: 3, scope: !26)
214 !32 = !DILocation(line: 4, column: 5, scope: !26)
215 !33 = !DILocation(line: 4, column: 7, scope: !26)
216 !34 = !DILocation(line: 4, column: 10, scope: !26)
217 !35 = !DILocation(line: 3, column: 27, scope: !26)
218 !36 = distinct !{!36, !30, !37}
219 !37 = !DILocation(line: 4, column: 12, scope: !15)
220 !38 = !DILocation(line: 5, column: 1, scope: !7)
221 !39 = distinct !DISubprogram(name: "bar", scope: !1, file: !1, line: 7, type: !8, scopeLine: 7, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !40)
222 !40 = !{!41, !42}
223 !41 = !DILocalVariable(name: "A", arg: 1, scope: !39, file: !1, line: 7, type: !10)
224 !42 = !DILocalVariable(name: "i", scope: !43, file: !1, line: 9, type: !11)
225 !43 = distinct !DILexicalBlock(scope: !39, file: !1, line: 9, column: 3)
226 !44 = !DILocation(line: 7, column: 15, scope: !39)
227 !45 = !DILocation(line: 9, column: 8, scope: !43)
228 !46 = !DILocation(line: 9, column: 12, scope: !43)
229 !47 = !DILocation(line: 9, column: 19, scope: !48)
230 !48 = distinct !DILexicalBlock(scope: !43, file: !1, line: 9, column: 3)
231 !49 = !DILocation(line: 9, column: 24, scope: !48)
232 !50 = !DILocation(line: 9, column: 23, scope: !48)
233 !51 = !DILocation(line: 9, column: 21, scope: !48)
234 !52 = !DILocation(line: 9, column: 3, scope: !43)
235 !53 = !DILocation(line: 9, column: 3, scope: !48)
236 !54 = !DILocation(line: 10, column: 5, scope: !48)
237 !55 = !DILocation(line: 10, column: 7, scope: !48)
238 !56 = !DILocation(line: 10, column: 10, scope: !48)
239 !57 = !DILocation(line: 9, column: 27, scope: !48)
240 !58 = distinct !{!58, !52, !59}
241 !59 = !DILocation(line: 10, column: 12, scope: !43)
242 !60 = !DILocation(line: 11, column: 1, scope: !39)
243 !61 = !{!"branch_weights", i32 1, i32 1048575}
244 !62 = distinct !DIAssignID()
246 ; CHECK: [[META0:![0-9]+]] = distinct !DICompileUnit(language: DW_LANG_C99, file: [[META1:![0-9]+]], producer: "{{.*}}clang version {{.*}}", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: [[META2:![0-9]+]], splitDebugInlining: false, nameTableKind: None)
247 ; CHECK: [[META1]] = !DIFile(filename: "various_ir_values.c", directory: {{.*}})
248 ; CHECK: [[META2]] = !{}
249 ; CHECK: [[META7:![0-9]+]] = distinct !DISubprogram(name: "foo", scope: [[META1]], file: [[META1]], line: 1, type: [[META8:![0-9]+]], scopeLine: 1, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: [[META0]], retainedNodes: [[META12:![0-9]+]])
250 ; CHECK: [[META8]] = !DISubroutineType(types: [[META9:![0-9]+]])
251 ; CHECK: [[META9]] = !{null, [[META10:![0-9]+]]}
252 ; CHECK: [[META10]] = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: [[META11:![0-9]+]], size: 64)
253 ; CHECK: [[META11]] = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
254 ; CHECK: [[META12]] = !{[[META13]], [[META14]]}
255 ; CHECK: [[META13]] = !DILocalVariable(name: "A", arg: 1, scope: [[META7]], file: [[META1]], line: 1, type: [[META10]])
256 ; CHECK: [[META14]] = !DILocalVariable(name: "i", scope: [[META15:![0-9]+]], file: [[META1]], line: 3, type: [[META11]])
257 ; CHECK: [[META15]] = distinct !DILexicalBlock(scope: [[META7]], file: [[META1]], line: 3, column: 3)
258 ; CHECK: [[DIASSIGNID16]] = distinct !DIAssignID()
259 ; CHECK: [[DBG17]] = !DILocation(line: 1, column: 15, scope: [[META7]])
260 ; CHECK: [[TBAA18]] = !{[[META19:![0-9]+]], [[META19]], i64 0}
261 ; CHECK: [[META19]] = !{!"any pointer", [[META20:![0-9]+]], i64 0}
262 ; CHECK: [[META20]] = !{!"omnipotent char", [[META21:![0-9]+]], i64 0}
263 ; CHECK: [[META21]] = !{!"Simple C/C++ TBAA"}
264 ; CHECK: [[DBG22]] = !DILocation(line: 3, column: 8, scope: [[META15]])
265 ; CHECK: [[DBG23]] = !DILocation(line: 3, column: 12, scope: [[META15]])
266 ; CHECK: [[TBAA24]] = !{[[META25:![0-9]+]], [[META25]], i64 0}
267 ; CHECK: [[META25]] = !{!"int", [[META20]], i64 0}
268 ; CHECK: [[DBG26]] = !DILocation(line: 3, column: 19, scope: [[META27:![0-9]+]])
269 ; CHECK: [[META27]] = distinct !DILexicalBlock(scope: [[META15]], file: [[META1]], line: 3, column: 3)
270 ; CHECK: [[DBG28]] = !DILocation(line: 3, column: 24, scope: [[META27]])
271 ; CHECK: [[DBG29]] = !DILocation(line: 3, column: 23, scope: [[META27]])
272 ; CHECK: [[DBG30]] = !DILocation(line: 3, column: 21, scope: [[META27]])
273 ; CHECK: [[DBG31]] = !DILocation(line: 3, column: 3, scope: [[META15]])
274 ; CHECK: [[PROF32]] = !{!"branch_weights", i32 1, i32 1048575}
275 ; CHECK: [[DBG33]] = !DILocation(line: 3, column: 3, scope: [[META27]])
276 ; CHECK: [[DBG34]] = !DILocation(line: 4, column: 5, scope: [[META27]])
277 ; CHECK: [[DBG35]] = !DILocation(line: 4, column: 7, scope: [[META27]])
278 ; CHECK: [[DBG36]] = !DILocation(line: 4, column: 10, scope: [[META27]])
279 ; CHECK: [[DBG37]] = !DILocation(line: 3, column: 27, scope: [[META27]])
280 ; CHECK: [[LOOP38]] = distinct !{[[LOOP38]], [[DBG31]], [[META39:![0-9]+]]}
281 ; CHECK: [[META39]] = !DILocation(line: 4, column: 12, scope: [[META15]])
282 ; CHECK: [[DBG40]] = !DILocation(line: 5, column: 1, scope: [[META7]])
283 ; CHECK: [[META41:![0-9]+]] = distinct !DISubprogram(name: "bar", scope: [[META1]], file: [[META1]], line: 7, type: [[META8]], scopeLine: 7, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: [[META0]], retainedNodes: [[META42:![0-9]+]])
284 ; CHECK: [[META42]] = !{[[META43]], [[META44]]}
285 ; CHECK: [[META43]] = !DILocalVariable(name: "A", arg: 1, scope: [[META41]], file: [[META1]], line: 7, type: [[META10]])
286 ; CHECK: [[META44]] = !DILocalVariable(name: "i", scope: [[META45:![0-9]+]], file: [[META1]], line: 9, type: [[META11]])
287 ; CHECK: [[META45]] = distinct !DILexicalBlock(scope: [[META41]], file: [[META1]], line: 9, column: 3)
288 ; CHECK: [[DBG46]] = !DILocation(line: 7, column: 15, scope: [[META41]])
289 ; CHECK: [[DBG47]] = !DILocation(line: 9, column: 8, scope: [[META45]])
290 ; CHECK: [[DBG48]] = !DILocation(line: 9, column: 12, scope: [[META45]])
291 ; CHECK: [[DBG49]] = !DILocation(line: 9, column: 19, scope: [[META50:![0-9]+]])
292 ; CHECK: [[META50]] = distinct !DILexicalBlock(scope: [[META45]], file: [[META1]], line: 9, column: 3)
293 ; CHECK: [[DBG51]] = !DILocation(line: 9, column: 24, scope: [[META50]])
294 ; CHECK: [[DBG52]] = !DILocation(line: 9, column: 23, scope: [[META50]])
295 ; CHECK: [[DBG53]] = !DILocation(line: 9, column: 21, scope: [[META50]])
296 ; CHECK: [[DBG54]] = !DILocation(line: 9, column: 3, scope: [[META45]])
297 ; CHECK: [[DBG55]] = !DILocation(line: 9, column: 3, scope: [[META50]])
298 ; CHECK: [[DBG56]] = !DILocation(line: 10, column: 5, scope: [[META50]])
299 ; CHECK: [[DBG57]] = !DILocation(line: 10, column: 7, scope: [[META50]])
300 ; CHECK: [[DBG58]] = !DILocation(line: 10, column: 10, scope: [[META50]])
301 ; CHECK: [[DBG59]] = !DILocation(line: 9, column: 27, scope: [[META50]])
302 ; CHECK: [[LOOP60]] = distinct !{[[LOOP60]], [[DBG54]], [[META61:![0-9]+]]}
303 ; CHECK: [[META61]] = !DILocation(line: 10, column: 12, scope: [[META45]])
304 ; CHECK: [[DBG62]] = !DILocation(line: 11, column: 1, scope: [[META41]])