[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / DebugInfo / MIR / X86 / dbgcall-site-interpretation.mir
blob70c5501ff421caf3f88042b0ffdcc0f8ca1b004b
1 # RUN: llc -debug-entry-values -start-after=machineverifier -filetype=obj %s -o -| llvm-dwarfdump -| FileCheck %s
3 # CHECK:        DW_TAG_GNU_call_site
4 # CHECK-NEXT:     DW_AT_abstract_origin {{.*}} "foo"
5 # CHECK-NEXT:     DW_AT_low_pc
6 # CHECK-EMPTY:
7 # CHECK-NEXT:     DW_TAG_GNU_call_site_parameter
8 # CHECK-NEXT:       DW_AT_location      (DW_OP_reg2 RCX)
9 # CHECK-NEXT:       DW_AT_GNU_call_site_value   (DW_OP_breg14 R14+0)
10 # CHECK-EMPTY: 
11 # CHECK-NEXT:     DW_TAG_GNU_call_site_parameter
12 # CHECK-NEXT:       DW_AT_location      (DW_OP_reg1 RDX)
13 # CHECK-NEXT:       DW_AT_GNU_call_site_value   (DW_OP_fbreg +8)
14 # CHECK-EMPTY: 
15 # CHECK-NEXT:     DW_TAG_GNU_call_site_parameter
16 # CHECK-NEXT:       DW_AT_location      (DW_OP_reg5 RDI)
17 # CHECK-NEXT:       DW_AT_GNU_call_site_value   (DW_OP_GNU_entry_value(DW_OP_reg4 RSI))
18 # CHECK-EMPTY:
19 # CHECK:        DW_TAG_GNU_call_site
20 # CHECK-NEXT:     DW_AT_abstract_origin {{.*}}"foo"
21 # CHECK-NEXT:     DW_AT_low_pc
22 # CHECK-EMPTY:
23 # CHECK-NEXT:     DW_TAG_GNU_call_site_parameter
24 # CHECK-NEXT:       DW_AT_location      (DW_OP_reg2 RCX)
25 # CHECK-NEXT:       DW_AT_GNU_call_site_value   (DW_OP_fbreg +8, DW_OP_deref)
26 # CHECK-EMPTY:
27 # CHECK-NEXT:     DW_TAG_GNU_call_site_parameter
28 # CHECK-NEXT:       DW_AT_location      (DW_OP_reg4 RSI)
29 # CHECK-NEXT:       DW_AT_GNU_call_site_value   (DW_OP_lit4)
30 # CHECK-EMPTY:
31 # CHECK-NOT:      DW_TAG_GNU_call_site_parameter
33 # Check that call site interpretation analysis can interpret instructions such
34 # as move immediate, register to register moves, stack loading and LEA
35 # instructions. Last negative check should verify that we are not producing
36 # interpretation for RDX register since its loaded value is call clobberable.
37 # Also check that we are generating proper call site debug entities.
38 --- |
39   ; ModuleID = 'dbgcall-site-interpretation.c'
40   source_filename = "dbgcall-site-interpretation.c"
41   target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
42   target triple = "x86_64-unknown-linux-gnu"
43   
44   ; Function Attrs: nounwind uwtable
45   define dso_local i32 @baa(i32 %arg1, i32 %arg2, i32 %arg3, i32 %arg4) local_unnamed_addr !dbg !9 {
46   entry:
47     %arg3.addr = alloca i32, align 4
48     %local2 = alloca i32, align 4
49     call void @llvm.dbg.value(metadata i32 %arg1, metadata !14, metadata !DIExpression()), !dbg !21
50     call void @llvm.dbg.value(metadata i32 %arg2, metadata !15, metadata !DIExpression()), !dbg !21
51     call void @llvm.dbg.value(metadata i32 %arg3, metadata !16, metadata !DIExpression()), !dbg !21
52     store i32 %arg3, i32* %arg3.addr, align 4
53     call void @llvm.dbg.value(metadata i32 %arg4, metadata !17, metadata !DIExpression()), !dbg !21
54     %0 = bitcast i32* %local2 to i8*, !dbg !21
55     call void @llvm.dbg.value(metadata i32* %arg3.addr, metadata !16, metadata !DIExpression(DW_OP_deref)), !dbg !21
56     %call = call i32 @foo(i32 %arg1, i32 %arg2, i32* nonnull %arg3.addr, i32 %arg4), !dbg !21
57     call void @llvm.dbg.value(metadata i32 %call, metadata !18, metadata !DIExpression()), !dbg !21
58     %cmp = icmp sgt i32 %arg1, %arg2, !dbg !21
59     %1 = load i32, i32* %arg3.addr, align 4, !dbg !21
60     call void @llvm.dbg.value(metadata i32 %1, metadata !16, metadata !DIExpression()), !dbg !21
61     %add = add nsw i32 %1, %arg1, !dbg !21
62     %add1 = add nsw i32 %arg4, %arg2, !dbg !21
63     %local1.0 = select i1 %cmp, i32 %add, i32 %add1, !dbg !21
64     call void @llvm.dbg.value(metadata i32 %local1.0, metadata !18, metadata !DIExpression()), !dbg !21
65     %rem = srem i32 %1, %arg1, !dbg !21
66     %tobool = icmp eq i32 %rem, 0, !dbg !21
67     %mul = mul nsw i32 %1, %arg1, !dbg !21
68     %add3 = add nsw i32 %1, %arg4, !dbg !21
69     %storemerge = select i1 %tobool, i32 %mul, i32 %add3, !dbg !21
70     call void @llvm.dbg.value(metadata i32 %storemerge, metadata !19, metadata !DIExpression()), !dbg !21
71     store i32 %storemerge, i32* %local2, align 4, !dbg !21
72     %cmp6 = icmp slt i32 %storemerge, %arg4, !dbg !21
73     %local3.0.v = select i1 %cmp6, i32 %local1.0, i32 %arg1, !dbg !21
74     %local3.0 = mul nsw i32 %local3.0.v, %storemerge, !dbg !21
75     call void @llvm.dbg.value(metadata i32 %local3.0, metadata !20, metadata !DIExpression()), !dbg !21
76     call void @llvm.dbg.value(metadata i32* %local2, metadata !19, metadata !DIExpression(DW_OP_deref)), !dbg !21
77     %call12 = call i32 @foo(i32 %local1.0, i32 4, i32* nonnull %local2, i32 %local3.0), !dbg !21
78     call void @llvm.dbg.value(metadata i32 %call12, metadata !14, metadata !DIExpression()), !dbg !21
79     %add13 = add nsw i32 %call12, 4, !dbg !21
80     ret i32 %add13, !dbg !21
81   }
82   
83   declare !dbg !4 dso_local i32 @foo(i32, i32, i32*, i32) local_unnamed_addr
84   
85   ; Function Attrs: nounwind readnone speculatable
86   declare void @llvm.dbg.value(metadata, metadata, metadata)
87   
88   !llvm.dbg.cu = !{!0}
89   !llvm.module.flags = !{!5, !6, !7}
90   !llvm.ident = !{!8}
91   
92   !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 9.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, retainedTypes: !3, nameTableKind: None)
93   !1 = !DIFile(filename: "dbgcall-site-interpretation.c", directory: "/dir")
94   !2 = !{}
95   !3 = !{!4}
96   !4 = !DISubprogram(name: "foo", scope: !1, file: !1, line: 9, flags: DIFlagPrototyped, spFlags: DISPFlagOptimized, retainedNodes: !2)
97   !5 = !{i32 2, !"Dwarf Version", i32 4}
98   !6 = !{i32 2, !"Debug Info Version", i32 3}
99   !7 = !{i32 1, !"wchar_size", i32 4}
100   !8 = !{!"clang version 9.0.0"}
101   !9 = distinct !DISubprogram(name: "baa", scope: !1, file: !1, line: 10, type: !10, scopeLine: 10, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !13)
102   !10 = !DISubroutineType(types: !11)
103   !11 = !{!12, !12, !12, !12, !12}
104   !12 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
105   !13 = !{!14, !15, !16, !17, !18, !19, !20}
106   !14 = !DILocalVariable(name: "arg1", arg: 1, scope: !9, file: !1, line: 10, type: !12)
107   !15 = !DILocalVariable(name: "arg2", arg: 2, scope: !9, file: !1, line: 10, type: !12, flags: DIFlagArgumentNotModified)
108   !16 = !DILocalVariable(name: "arg3", arg: 3, scope: !9, file: !1, line: 10, type: !12)
109   !17 = !DILocalVariable(name: "arg4", arg: 4, scope: !9, file: !1, line: 10, type: !12, flags: DIFlagArgumentNotModified)
110   !18 = !DILocalVariable(name: "local1", scope: !9, file: !1, line: 11, type: !12)
111   !19 = !DILocalVariable(name: "local2", scope: !9, file: !1, line: 11, type: !12)
112   !20 = !DILocalVariable(name: "local3", scope: !9, file: !1, line: 11, type: !12)
113   !21 = !DILocation(line: 10, column: 13, scope: !9)
117 name:            baa
118 liveins:         
119   - { reg: '$edi', virtual-reg: '' }
120   - { reg: '$esi', virtual-reg: '' }
121   - { reg: '$edx', virtual-reg: '' }
122   - { reg: '$ecx', virtual-reg: '' }
123 callSites:       
124   - { bb: 0, offset: 23, fwdArgRegs: 
125       - { arg: 0, reg: '$edi' }
126       - { arg: 1, reg: '$esi' }
127       - { arg: 2, reg: '$rdx' }
128       - { arg: 3, reg: '$ecx' } }
129   - { bb: 0, offset: 49, fwdArgRegs: 
130       - { arg: 0, reg: '$edi' }
131       - { arg: 1, reg: '$esi' }
132       - { arg: 2, reg: '$rdx' }
133       - { arg: 3, reg: '$ecx' } }
134 body:             |
135   bb.0.entry:
136     liveins: $ecx, $edi, $edx, $esi, $r15, $r14, $rbx
137   
138     DBG_VALUE $edi, $noreg, !14, !DIExpression(), debug-location !21
139     DBG_VALUE $esi, $noreg, !15, !DIExpression(), debug-location !21
140     DBG_VALUE $edx, $noreg, !16, !DIExpression(), debug-location !21
141     DBG_VALUE $ecx, $noreg, !17, !DIExpression(), debug-location !21
142     frame-setup PUSH64r killed $r15, implicit-def $rsp, implicit $rsp
143     CFI_INSTRUCTION def_cfa_offset 16
144     frame-setup PUSH64r killed $r14, implicit-def $rsp, implicit $rsp
145     CFI_INSTRUCTION def_cfa_offset 24
146     frame-setup PUSH64r killed $rbx, implicit-def $rsp, implicit $rsp
147     CFI_INSTRUCTION def_cfa_offset 32
148     $rsp = frame-setup SUB64ri8 $rsp, 16, implicit-def dead $eflags
149     CFI_INSTRUCTION def_cfa_offset 48
150     CFI_INSTRUCTION offset $rbx, -32
151     CFI_INSTRUCTION offset $r14, -24
152     CFI_INSTRUCTION offset $r15, -16
153     $r14d = MOV32rr $ecx, implicit-def $r14
154     DBG_VALUE $edx, $noreg, !16, !DIExpression(), debug-location !21
155     $r15d = MOV32rr $esi, implicit-def $r15
156     $ebx = MOV32rr $edi, implicit-def $rbx
157     $edi = MOV32rr $esi
158     MOV32mr $rsp, 1, $noreg, 8, $noreg, killed renamable $edx :: (store 4 into %ir.arg3.addr)
159     renamable $rdx = LEA64r $rsp, 1, $noreg, 8, $noreg
160     renamable $ecx = MOV32rr $r14d,
161     CALL64pcrel32 @foo, csr_64, implicit $rsp, implicit $ssp, implicit $edi, implicit $esi, implicit $rdx, implicit $ecx, implicit-def $rsp, implicit-def $ssp, implicit-def $eax, implicit-def $rax, debug-location !21
162     DBG_VALUE $noreg, $noreg, !18, !DIExpression(), debug-location !21
163     $rdx = MOV64rr renamable $rax
164     $ecx = KILL renamable $ecx, implicit-def $rcx 
165     renamable $eax = LEA64_32r renamable $rcx, 1, renamable $rbx, 0, $noreg, debug-location !21
166     renamable $edi = LEA64_32r renamable $r14, 1, renamable $r15, 0, $noreg, debug-location !21
167     CMP32rr renamable $ebx, renamable $r15d, implicit-def $eflags, implicit killed $r15, debug-location !21
168     renamable $edi = CMOV32rr killed renamable $edi, killed renamable $eax, 15, implicit killed $eflags, debug-location !21
169     DBG_VALUE $edi, $noreg, !18, !DIExpression(), debug-location !21
170     $eax = MOV32rr $ecx, debug-location !21
171     CDQ implicit-def $eax, implicit-def $edx, implicit $eax, debug-location !21
172     IDIV32r renamable $ebx, implicit-def dead $eax, implicit-def $edx, implicit-def dead $eflags, implicit $eax, implicit $edx, debug-location !21
173     $eax = MOV32rr $ecx, debug-location !21
174     renamable $eax = nsw IMUL32rr killed renamable $eax, renamable $ebx, implicit-def dead $eflags, debug-location !21
175     renamable $ecx = nsw ADD32rr renamable $ecx, renamable $r14d, implicit-def dead $eflags, implicit killed $rcx, implicit-def $rcx, debug-location !21
176     TEST32rr killed renamable $edx, renamable $edx, implicit-def $eflags, debug-location !21
177     renamable $ecx = CMOV32rr renamable $ecx, killed renamable $eax, 4, implicit killed $eflags, implicit killed $rcx, implicit-def $rcx, debug-location !21
178     DBG_VALUE $ecx, $noreg, !19, !DIExpression(), debug-location !21
179     MOV32mr $rsp, 1, $noreg, 12, $noreg, renamable $ecx, debug-location !21 :: (store 4 into %ir.local2)
180     CMP32rr renamable $ecx, renamable $r14d, implicit-def $eflags, implicit killed $r14, debug-location !21
181     renamable $ebx = CMOV32rr renamable $ebx, renamable $edi, 12, implicit killed $eflags, implicit killed $rbx, implicit-def $rbx, debug-location !21
182     renamable $ecx = nsw IMUL32rr renamable $ecx, renamable $ebx, implicit-def dead $eflags, implicit killed $rbx, implicit killed $rcx, implicit-def $rcx, debug-location !21
183     DBG_VALUE $rsp, $noreg, !19, !DIExpression(DW_OP_plus_uconst, 12, DW_OP_deref), debug-location !21
184     DBG_VALUE $ecx, $noreg, !20, !DIExpression(), debug-location !21
185     $esi = MOV32ri 4, debug-location !21
186     renamable $ecx = MOV32rm $rsp, 1, $noreg, 8, $noreg, implicit-def $rcx, debug-location !21 :: (dereferenceable load 4 from %ir.arg3.addr)
187     CALL64pcrel32 @foo, csr_64, implicit $rsp, implicit $ssp, implicit $edi, implicit $esi, implicit $rdx, implicit $ecx, implicit-def $rsp, implicit-def $ssp, implicit-def $eax, implicit-def $rax, debug-location !21
188     DBG_VALUE $eax, $noreg, !14, !DIExpression(), debug-location !21
189     renamable $eax = nsw ADD32ri8 killed renamable $eax, 4, implicit-def dead $eflags, debug-location !21
190     $rsp = frame-destroy ADD64ri8 $rsp, 16, implicit-def dead $eflags, debug-location !21
191     CFI_INSTRUCTION def_cfa_offset 32, debug-location !21
192     $rbx = frame-destroy POP64r implicit-def $rsp, implicit $rsp, debug-location !21
193     CFI_INSTRUCTION def_cfa_offset 24, debug-location !21
194     $r14 = frame-destroy POP64r implicit-def $rsp, implicit $rsp, debug-location !21
195     DBG_VALUE $ecx, $noreg, !17, !DIExpression(DW_OP_entry_value, 1), debug-location !21
196     CFI_INSTRUCTION def_cfa_offset 16, debug-location !21
197     $r15 = frame-destroy POP64r implicit-def $rsp, implicit $rsp, debug-location !21
198     DBG_VALUE $esi, $noreg, !15, !DIExpression(DW_OP_entry_value, 1), debug-location !21
199     CFI_INSTRUCTION def_cfa_offset 8, debug-location !21
200     RETQ $eax, debug-location !21