[RISCV] emit .option directive for functions with target features which differ from...
[llvm-project.git] / llvm / test / DebugInfo / X86 / sdag-dbgvalue-phi-use-3.ll
blob0bba204a408b570f77fed4ecf721dc23f0f1d389
1 ; RUN: llc -start-after=codegenprepare -stop-before finalize-isel -o - %s \
2 ; RUN:     -experimental-debug-variable-locations=false  \
3 ; RUN: | FileCheck %s --check-prefixes=CHECK,DBGVALUE
4 ; RUN: llc -start-after=codegenprepare -stop-before finalize-isel -o - %s \
5 ; RUN:     -experimental-debug-variable-locations=true  \
6 ; RUN: | FileCheck %s --check-prefixes=CHECK,INSTRREF
8 ; This test case was generated from the following phi-split.c program,
9 ; using: clang phi-split.c -g -O1 -S -o - --target=i386 -emit-llvm
10 ; --------------------------------------
11 ; long long end = 10;
13 ; int main() {
14 ;   long long x = 9;
15 ;   long long y = 13;
16 ;   for (long long u = 0; u < end; ++u) {
17 ;     x += y;
18 ;     y = y * 3;
19 ;   }
21 ;   volatile long long arr[80];
22 ;   for (long long q = 0; q < 64; ++q) {
23 ;     arr[q] = q + 3;
24 ;   }
26 ;   return x;
27 ; }
28 ; --------------------------------------
31 ; ModuleID = 'phi-split.c'
32 source_filename = "phi-split.c"
33 target datalayout = "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128"
34 target triple = "i386"
36 @end = dso_local local_unnamed_addr global i64 10, align 8, !dbg !0
38 ; Function Attrs: nounwind
39 define dso_local i32 @main() local_unnamed_addr #0 !dbg !12 {
40 ; CHECK-LABEL: name:            main
41 entry:
42   %arr = alloca [80 x i64], align 8
43   call void @llvm.dbg.value(metadata i64 9, metadata !17, metadata !DIExpression()), !dbg !28
44   call void @llvm.dbg.value(metadata i64 13, metadata !18, metadata !DIExpression()), !dbg !29
45   call void @llvm.dbg.value(metadata i64 0, metadata !19, metadata !DIExpression()), !dbg !30
46   %0 = load i64, ptr @end, align 8, !dbg !31
47   %cmp20 = icmp sgt i64 %0, 0, !dbg !37
48   br i1 %cmp20, label %for.body.lr.ph, label %for.cond.cleanup, !dbg !38
50 for.body.lr.ph:                                   ; preds = %entry
51   %1 = load i64, ptr @end, align 8
52   br label %for.body, !dbg !38
54 for.cond.cleanup.loopexit:                        ; preds = %for.body
55   %extract.t = trunc i64 %add to i32, !dbg !38
56   br label %for.cond.cleanup, !dbg !39
58 for.cond.cleanup:                                 ; preds = %for.cond.cleanup.loopexit, %entry
59   %x.0.lcssa.off0 = phi i32 [ 9, %entry ], [ %extract.t, %for.cond.cleanup.loopexit ]
60   call void @llvm.dbg.value(metadata i64 undef, metadata !17, metadata !DIExpression()), !dbg !28
61   call void @llvm.dbg.value(metadata i64 0, metadata !26, metadata !DIExpression()), !dbg !41
62   br label %for.body4, !dbg !42
64 for.body:                                         ; preds = %for.body.lr.ph, %for.body
65 ; CHECK-LABEL: bb.{{.*}}.for.body:
66 ; CHECK:         [[REG2:%[0-9]+]]:gr32 = PHI
67 ; INSTRREF-SAME:    debug-instr-number 5
68 ; CHECK-NEXT:    [[REG3:%[0-9]+]]:gr32 = PHI
69 ; INSTRREF-SAME:    debug-instr-number 6
70 ; CHECK-NEXT:    [[REG4:%[0-9]+]]:gr32 = PHI
71 ; INSTRREF-SAME:    debug-instr-number 7
72 ; CHECK-NEXT:    [[REG5:%[0-9]+]]:gr32_nosp = PHI
73 ; INSTRREF-SAME:    debug-instr-number 8
74 ; CHECK-NEXT:    [[REG6:%[0-9]+]]:gr32 = PHI
75 ; INSTRREF-SAME:    debug-instr-number 9
76 ; CHECK-NEXT:    [[REG7:%[0-9]+]]:gr32 = PHI
77 ; INSTRREF-SAME:    debug-instr-number 10
78 ; INSTRREF-NEXT: DBG_INSTR_REF !19, !DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_fragment, 0, 32), dbg-instr-ref(5, 0)\r
79 ; INSTRREF-NEXT: DBG_INSTR_REF !19, !DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_fragment, 32, 32), dbg-instr-ref(6, 0)\r
80 ; INSTRREF-NEXT: DBG_INSTR_REF !18, !DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_fragment, 0, 32), dbg-instr-ref(7, 0)\r
81 ; INSTRREF-NEXT: DBG_INSTR_REF !18, !DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_fragment, 32, 32), dbg-instr-ref(8, 0)\r
82 ; INSTRREF-NEXT: DBG_INSTR_REF !17, !DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_fragment, 0, 32), dbg-instr-ref(9, 0)\r
83 ; INSTRREF-NEXT: DBG_INSTR_REF !17, !DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_fragment, 32, 32), dbg-instr-ref(10, 0)\r
84 ; DBGVALUE-NEXT: DBG_VALUE [[REG2]], $noreg, !19, !DIExpression(DW_OP_LLVM_fragment, 0, 32)
85 ; DBGVALUE-NEXT: DBG_VALUE [[REG3]], $noreg, !19, !DIExpression(DW_OP_LLVM_fragment, 32, 32)
86 ; DBGVALUE-NEXT: DBG_VALUE [[REG4]], $noreg, !18, !DIExpression(DW_OP_LLVM_fragment, 0, 32)
87 ; DBGVALUE-NEXT: DBG_VALUE [[REG5]], $noreg, !18, !DIExpression(DW_OP_LLVM_fragment, 32, 32)
88 ; DBGVALUE-NEXT: DBG_VALUE [[REG6]], $noreg, !17, !DIExpression(DW_OP_LLVM_fragment, 0, 32)
89 ; DBGVALUE-NEXT: DBG_VALUE [[REG7]], $noreg, !17, !DIExpression(DW_OP_LLVM_fragment, 32, 32)
90   %u.023 = phi i64 [ 0, %for.body.lr.ph ], [ %inc, %for.body ]
91   %y.022 = phi i64 [ 13, %for.body.lr.ph ], [ %mul, %for.body ]
92   %x.021 = phi i64 [ 9, %for.body.lr.ph ], [ %add, %for.body ]
93   call void @llvm.dbg.value(metadata i64 %u.023, metadata !19, metadata !DIExpression()), !dbg !30
94   call void @llvm.dbg.value(metadata i64 %y.022, metadata !18, metadata !DIExpression()), !dbg !29
95   call void @llvm.dbg.value(metadata i64 %x.021, metadata !17, metadata !DIExpression()), !dbg !28
96   %add = add nuw nsw i64 %y.022, %x.021, !dbg !43
97   %mul = mul nsw i64 %y.022, 3, !dbg !45
98   %inc = add nuw nsw i64 %u.023, 1, !dbg !46
99   call void @llvm.dbg.value(metadata i64 %inc, metadata !19, metadata !DIExpression()), !dbg !30
100   call void @llvm.dbg.value(metadata i64 %mul, metadata !18, metadata !DIExpression()), !dbg !29
101   call void @llvm.dbg.value(metadata i64 %add, metadata !17, metadata !DIExpression()), !dbg !28
102   %cmp = icmp slt i64 %inc, %1, !dbg !37
103   br i1 %cmp, label %for.body, label %for.cond.cleanup.loopexit, !dbg !38, !llvm.loop !47
105 for.cond.cleanup3:                                ; preds = %for.body4
106   ret i32 %x.0.lcssa.off0, !dbg !50
108 for.body4:                                        ; preds = %for.cond.cleanup, %for.body4
109   %q.019 = phi i64 [ 0, %for.cond.cleanup ], [ %inc7, %for.body4 ]
110   call void @llvm.dbg.value(metadata i64 %q.019, metadata !26, metadata !DIExpression()), !dbg !41
111   %add5 = add nuw nsw i64 %q.019, 3, !dbg !51
112   %idxprom = trunc i64 %q.019 to i32, !dbg !54
113   %arrayidx = getelementptr inbounds [80 x i64], ptr %arr, i32 0, i32 %idxprom, !dbg !54
114   store volatile i64 %add5, ptr %arrayidx, align 8, !dbg !55
115   %inc7 = add nuw nsw i64 %q.019, 1, !dbg !56
116   call void @llvm.dbg.value(metadata i64 %inc7, metadata !26, metadata !DIExpression()), !dbg !41
117   %cmp2 = icmp ult i64 %inc7, 64, !dbg !57
118   br i1 %cmp2, label %for.body4, label %for.cond.cleanup3, !dbg !42, !llvm.loop !58
121 ; Function Attrs: nounwind readnone speculatable
122 declare void @llvm.dbg.value(metadata, metadata, metadata) #1
124 attributes #0 = { nounwind }
125 attributes #1 = { nounwind readnone speculatable }
127 !llvm.dbg.cu = !{!2}
128 !llvm.module.flags = !{!7, !8, !9, !10}
129 !llvm.ident = !{!11}
131 !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
132 !1 = distinct !DIGlobalVariable(name: "end", scope: !2, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
133 !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0  (x)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !5)
134 !3 = !DIFile(filename: "phi-split.c", directory: "")
135 !4 = !{}
136 !5 = !{!0}
137 !6 = !DIBasicType(name: "long long int", size: 64, encoding: DW_ATE_signed)
138 !7 = !{i32 1, !"NumRegisterParameters", i32 0}
139 !8 = !{i32 2, !"Dwarf Version", i32 4}
140 !9 = !{i32 2, !"Debug Info Version", i32 3}
141 !10 = !{i32 1, !"wchar_size", i32 4}
142 !11 = !{!"clang version 7.0.0  (x)"}
143 !12 = distinct !DISubprogram(name: "main", scope: !3, file: !3, line: 3, type: !13, isLocal: false, isDefinition: true, scopeLine: 3, isOptimized: true, unit: !2, retainedNodes: !16)
144 !13 = !DISubroutineType(types: !14)
145 !14 = !{!15}
146 !15 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
147 !16 = !{!17, !18, !19, !21, !26}
148 !17 = !DILocalVariable(name: "x", scope: !12, file: !3, line: 4, type: !6)
149 !18 = !DILocalVariable(name: "y", scope: !12, file: !3, line: 5, type: !6)
150 !19 = !DILocalVariable(name: "u", scope: !20, file: !3, line: 6, type: !6)
151 !20 = distinct !DILexicalBlock(scope: !12, file: !3, line: 6, column: 3)
152 !21 = !DILocalVariable(name: "arr", scope: !12, file: !3, line: 11, type: !22)
153 !22 = !DICompositeType(tag: DW_TAG_array_type, baseType: !23, size: 5120, elements: !24)
154 !23 = !DIDerivedType(tag: DW_TAG_volatile_type, baseType: !6)
155 !24 = !{!25}
156 !25 = !DISubrange(count: 80)
157 !26 = !DILocalVariable(name: "q", scope: !27, file: !3, line: 12, type: !6)
158 !27 = distinct !DILexicalBlock(scope: !12, file: !3, line: 12, column: 3)
159 !28 = !DILocation(line: 4, column: 13, scope: !12)
160 !29 = !DILocation(line: 5, column: 13, scope: !12)
161 !30 = !DILocation(line: 6, column: 18, scope: !20)
162 !31 = !DILocation(line: 6, column: 29, scope: !32)
163 !32 = distinct !DILexicalBlock(scope: !20, file: !3, line: 6, column: 3)
164 !37 = !DILocation(line: 6, column: 27, scope: !32)
165 !38 = !DILocation(line: 6, column: 3, scope: !20)
166 !39 = !DILocation(line: 11, column: 3, scope: !12)
167 !40 = !DILocation(line: 11, column: 22, scope: !12)
168 !41 = !DILocation(line: 12, column: 18, scope: !27)
169 !42 = !DILocation(line: 12, column: 3, scope: !27)
170 !43 = !DILocation(line: 7, column: 7, scope: !44)
171 !44 = distinct !DILexicalBlock(scope: !32, file: !3, line: 6, column: 39)
172 !45 = !DILocation(line: 8, column: 11, scope: !44)
173 !46 = !DILocation(line: 6, column: 34, scope: !32)
174 !47 = distinct !{!47, !38, !48}
175 !48 = !DILocation(line: 9, column: 3, scope: !20)
176 !50 = !DILocation(line: 16, column: 3, scope: !12)
177 !51 = !DILocation(line: 13, column: 16, scope: !52)
178 !52 = distinct !DILexicalBlock(scope: !53, file: !3, line: 12, column: 38)
179 !53 = distinct !DILexicalBlock(scope: !27, file: !3, line: 12, column: 3)
180 !54 = !DILocation(line: 13, column: 5, scope: !52)
181 !55 = !DILocation(line: 13, column: 12, scope: !52)
182 !56 = !DILocation(line: 12, column: 33, scope: !53)
183 !57 = !DILocation(line: 12, column: 27, scope: !53)
184 !58 = distinct !{!58, !42, !59}
185 !59 = !DILocation(line: 14, column: 3, scope: !27)