1 # RUN: llc %s -march=x86-64 -run-pass=livedebugvalues -o - \
2 # RUN: -experimental-debug-variable-locations=true \
3 # RUN: | FileCheck %s -implicit-check-not=DBG_VALUE \
4 # RUN: --check-prefixes=CHECK,COMMON
6 # This test is designed to stimulate a simplification of variable-value
7 # propagation in InstrRefBasedLDV. When we only have a single assignment of
8 # a variable, we don't have to completely enumerate all the PHIs the variable
9 # has and then value propagate through them: the variable value is available
10 # only in those blocks dominated by the assignment. Example in this test:
15 # / bb1 \ <--- Single variable assignment happens here
24 # bb5 bb6 <--- Dominance frontier is here
26 # The general InstrRefBasedLDV algorithm takes this CFG, places PHIs at bb5 and
27 # bb6, then value-propagates until it's determined that they can't be
28 # eliminated. Then, we determine that there's no machine location for such PHIs,
29 # and no variable location is emitted.
31 # The fast way of doing this: observe that the variable value can never extend
32 # past the dominance frontier of the block where the assignment happens. So
33 # just propagate the variable value into the dominated blocks, and avoid the
36 # Doing so introduces a functional change: VarLocBasedLDV won't propagate
37 # variable locations through out-of-scope blocks, and InstrRefBasedLDV tries to
38 # replicate VarLocBasedLDV most of the time. In the MIR below, bb2 is out of
39 # scope. This effectively becomes another variable assignment (of undef), which
40 # requires full SSA and value propagation to emulate what VarLocBasedLDV did.
41 # Applying this speed optimisation makes us diverge from what VarLocBasedLDV
42 # does by not treating the out-of-scope block as an effective undef assignment,
48 ## No location here because it's out-of-scope.
54 ## VarLocBasedLDV will take the DBG_VALUE in the assignment block, propagate
55 ## to bb.3, but not into bb.4 because of the intervening out-of-scope block.
56 ## Disabled actual testing of this because it's just for comparison purposes.
61 ## No location here because it's out-of-scope.
65 ## Common tail for 'test2' -- this is checking that the assignment of undef or
66 ## $noreg in single-assignment mode doesn't lead to trouble further down the
67 ## line, specifically assertion failures.
69 # COMMON-LABEL: name: test2
70 # COMMON: DBG_VALUE $noreg
72 define i32 @_Z8bb_to_bb() local_unnamed_addr !dbg !12 {
77 define i32 @test2() local_unnamed_addr !dbg !112 {
83 !llvm.module.flags = !{!7, !8, !9, !10}
86 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, globals: !3, debugInfoForProfiling: true, nameTableKind: None)
87 !1 = !DIFile(filename: "main.cpp", directory: "F:\")
90 !4 = !DIGlobalVariableExpression(var: !5, expr: !DIExpression())
91 !5 = distinct !DIGlobalVariable(name: "start", scope: !0, file: !1, line: 4, type: !6, isLocal: false, isDefinition: true)
92 !6 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
93 !7 = !{i32 2, !"Dwarf Version", i32 4}
94 !8 = !{i32 2, !"Debug Info Version", i32 3}
95 !9 = !{i32 1, !"wchar_size", i32 2}
96 !10 = !{i32 7, !"PIC Level", i32 2}
98 !12 = distinct !DISubprogram(name: "bb_to_bb", linkageName: "bb_to_bb", scope: !1, file: !1, line: 6, type: !13, scopeLine: 6, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !15)
99 !13 = !DISubroutineType(types: !14)
102 !16 = !DILocalVariable(name: "myVar", scope: !18, file: !1, line: 7, type: !6)
103 !17 = !DILocation(line: 10, scope: !18)
104 !18 = distinct !DILexicalBlock(scope: !12, file: !1, line: 1, column: 1)
105 !19 = distinct !DILexicalBlock(scope: !12, file: !1, line: 1, column: 1)
106 !20 = !DILocation(line: 10, scope: !19)
107 !112 = distinct !DISubprogram(name: "test2", linkageName: "102", scope: !1, file: !1, line: 6, type: !13, scopeLine: 6, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !115)
109 !116 = !DILocalVariable(name: "myVar", scope: !118, file: !1, line: 7, type: !6)
110 !117 = !DILocation(line: 10, scope: !118)
111 !118 = distinct !DILexicalBlock(scope: !112, file: !1, line: 1, column: 1)
112 !119 = distinct !DILexicalBlock(scope: !112, file: !1, line: 1, column: 1)
113 !120 = !DILocation(line: 10, scope: !119)
119 debugValueSubstitutions:
120 - { srcinst: 4, srcop: 0, dstinst: 3, dstop: 0, subreg: 0 }
123 successors: %bb.1, %bb.5, %bb.6
125 $rax = MOV64ri 1, debug-instr-number 1, debug-location !17
126 JCC_1 %bb.5, 1, implicit $eflags
127 JCC_1 %bb.6, 2, implicit $eflags
131 successors: %bb.2, %bb.3
133 DBG_VALUE $rax, $noreg, !16, !DIExpression(), debug-location !17
134 JCC_1 %bb.3, 1, implicit $eflags, debug-location !17
139 JMP_1 %bb.4, debug-location !20
144 JMP_1 %bb.4, debug-location !17
147 successors: %bb.5, %bb.6
149 JCC_1 %bb.5, 1, implicit $eflags, debug-location !17
150 JMP_1 %bb.6, debug-location !17
153 RET 0, debug-location !17
156 RET 0, debug-location !17
160 debugValueSubstitutions:
161 - { srcinst: 4, srcop: 0, dstinst: 3, dstop: 0, subreg: 0 }
164 successors: %bb.1, %bb.5, %bb.6
166 $rax = MOV64ri 1, debug-instr-number 1, debug-location !117
167 JCC_1 %bb.5, 1, implicit $eflags
168 JCC_1 %bb.6, 2, implicit $eflags
172 successors: %bb.2, %bb.3
174 DBG_VALUE $noreg, $noreg, !116, !DIExpression(), debug-location !117
175 JCC_1 %bb.3, 1, implicit $eflags, debug-location !117
180 JMP_1 %bb.4, debug-location !120
185 JMP_1 %bb.4, debug-location !117
188 successors: %bb.5, %bb.6
190 JCC_1 %bb.5, 1, implicit $eflags, debug-location !117
191 JMP_1 %bb.6, debug-location !117
194 RET 0, debug-location !117
197 RET 0, debug-location !117