Use "isa" since the variable isn't used.
[llvm-complete.git] / test / DebugInfo / COFF / inlining.ll
blob981ae5aad8ef968193582f60febf44f39d9a8461
1 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 < %s | FileCheck %s --check-prefix=ASM
2 ; RUN: llc -mcpu=core2 -mtriple=i686-pc-win32 < %s -filetype=obj | llvm-readobj --codeview | FileCheck %s --check-prefix=OBJ
4 ; This LL file was generated by running 'clang -O1 -g -gcodeview' on the
5 ; following code:
6 ;  1: extern volatile int x;
7 ;  2: static inline void foo() {
8 ;  3:   int y = 1;
9 ;  4:   x += (int)&y;
10 ;  5:   x += 2;
11 ;  6:   x += 3;
12 ;  7: }
13 ;  8: static inline void bar() {
14 ;  9:   x += 4;
15 ; 10:   foo();
16 ; 11:   x += 5;
17 ; 12: }
18 ; 13: void baz() {
19 ; 14:   x += 6;
20 ; 15:   bar();
21 ; 16:   x += 7;
22 ; 17: }
24 ; ASM: .cv_func_id 0
25 ; ASM: .cv_loc 0 1 13 0      # t.cpp:13:0
26 ; ASM: .cv_loc 0 1 14 5                # t.cpp:14:5
27 ; ASM: addl    $6, "?x@@3HC"
28 ; ASM: .cv_inline_site_id 1 within 0 inlined_at 1 15 3
29 ; ASM: .cv_loc 1 1 9 5                 # t.cpp:9:5
30 ; ASM: addl    $4, "?x@@3HC"
31 ; ASM: .cv_inline_site_id 2 within 1 inlined_at 1 10 3
32 ; ASM: .cv_loc 2 1 4 5                 # t.cpp:4:5
33 ; ASM: addl    {{.*}}, "?x@@3HC"
34 ; ASM: .cv_loc 2 1 5 5                 # t.cpp:5:5
35 ; ASM: addl    $2, "?x@@3HC"
36 ; ASM: .cv_loc 2 1 6 5                 # t.cpp:6:5
37 ; ASM: addl    $3, "?x@@3HC"
38 ; ASM: .cv_loc 1 1 11 5                # t.cpp:11:5
39 ; ASM: addl    $5, "?x@@3HC"
40 ; ASM: .cv_loc 0 1 16 5                # t.cpp:16:5
41 ; ASM: addl    $7, "?x@@3HC"
42 ; ASM: .cv_loc 0 1 17 1                # t.cpp:17:1
44 ; ASM: .section .debug$S,"dr"
45 ; ASM: .long   246                     # Inlinee lines subsection
46 ; ASM: .long   [[inline_end:.*]]-[[inline_beg:.*]] #
47 ; ASM: [[inline_beg]]:
48 ; ASM: .long   0
49 ; ASM: # Inlined function bar starts at t.cpp:8
50 ; ASM: .long   4098                    # Type index of inlined function
51 ; ASM: .cv_filechecksumoffset 1        # Offset into filechecksum table
52 ; ASM: .long   8                       # Starting line number
53 ; ASM: # Inlined function foo starts at t.cpp:2
54 ; ASM: .long   4099
55 ; ASM: .cv_filechecksumoffset 1        # Offset into filechecksum table
56 ; ASM: .long   2
57 ; ASM: [[inline_end]]:
59 ; ASM: .long   241                     # Symbol subsection for baz
60 ; ASM: .long   {{.*}} # Subsection size
61 ; ASM: .short 4429
62 ; ASM: .long
63 ; ASM: .long
64 ; ASM: .long
65 ; ASM: .cv_inline_linetable 1 1 8 Lfunc_begin0 Lfunc_end0
66 ; ASM: .short 4429
67 ; ASM: .long
68 ; ASM: .long
69 ; ASM: .long
70 ; ASM: .cv_inline_linetable 2 1 2 Lfunc_begin0 Lfunc_end0
71 ; ASM: .short  4430
72 ; ASM: .short  4430
74 ; ASM: .cv_filechecksums
76 ; ASM: .section .debug$T,"dr"
77 ; ASM: .long 4 # Debug section magic
78 ; ASM: # ArgList (0x1000) {
79 ; ASM: #   TypeLeafKind: LF_ARGLIST (0x1201)
80 ; ASM: #   NumArgs: 0
81 ; ASM: #   Arguments [
82 ; ASM: #   ]
83 ; ASM: # }
84 ; ASM: # Procedure (0x1001) {
85 ; ASM: #   TypeLeafKind: LF_PROCEDURE (0x1008)
86 ; ASM: #   ReturnType: void (0x3)
87 ; ASM: #   CallingConvention: NearC (0x0)
88 ; ASM: #   FunctionOptions [ (0x0)
89 ; ASM: #   ]
90 ; ASM: #   NumParameters: 0
91 ; ASM: #   ArgListType: () (0x1000)
92 ; ASM: # }
93 ; ASM: # FuncId (0x1002) {
94 ; ASM: #   TypeLeafKind: LF_FUNC_ID (0x1601)
95 ; ASM: #   ParentScope: 0x0
96 ; ASM: #   FunctionType: void () (0x1001)
97 ; ASM: #   Name: bar
98 ; ASM: # }
99 ; ASM: # FuncId (0x1003) {
100 ; ASM: #   TypeLeafKind: LF_FUNC_ID (0x1601)
101 ; ASM: #   ParentScope: 0x0
102 ; ASM: #   FunctionType: void () (0x1001)
103 ; ASM: #   Name: foo
104 ; ASM: # }
106 ; We should only the LF_FUNC_ID records that we needed to reference.
107 ; OBJ: CodeViewTypes [
108 ; OBJ:   Section: .debug$T
109 ; OBJ:   ArgList (0x1000) {
110 ; OBJ:     TypeLeafKind: LF_ARGLIST (0x1201)
111 ; OBJ:     NumArgs: 0
112 ; OBJ:   }
113 ; OBJ:   Procedure (0x1001) {
114 ; OBJ:     TypeLeafKind: LF_PROCEDURE (0x1008)
115 ; OBJ:     ReturnType: void (0x3)
116 ; OBJ:     NumParameters: 0
117 ; OBJ:     ArgListType: () (0x1000)
118 ; OBJ:   }
119 ; OBJ:   FuncId (0x1002) {
120 ; OBJ:     TypeLeafKind: LF_FUNC_ID (0x1601)
121 ; OBJ:     ParentScope: 0x0
122 ; OBJ:     FunctionType: void () (0x1001)
123 ; OBJ:     Name: bar
124 ; OBJ:   }
125 ; OBJ:   FuncId (0x1003) {
126 ; OBJ:     TypeLeafKind: LF_FUNC_ID (0x1601)
127 ; OBJ:     ParentScope: 0x0
128 ; OBJ:     FunctionType: void () (0x1001)
129 ; OBJ:     Name: foo
130 ; OBJ:   }
131 ; OBJ:   FuncId (0x1004) {
132 ; OBJ:     TypeLeafKind: LF_FUNC_ID (0x1601)
133 ; OBJ:     ParentScope: 0x0
134 ; OBJ:     FunctionType: void () (0x1001)
135 ; OBJ:     Name: baz
136 ; OBJ:   }
137 ; OBJ-NOT: TypeLeafKind: LF_FUNC_ID
138 ; OBJ: ]
140 ; OBJ: Subsection [
141 ; OBJ:   SubSectionType: InlineeLines (0xF6)
142 ; OBJ:   SubSectionSize: 0x1C
143 ; OBJ:   InlineeSourceLine {
144 ; OBJ:     Inlinee: bar (0x1002)
145 ; OBJ:     FileID: D:\src\llvm\build\t.cpp (0x0)
146 ; OBJ:     SourceLineNum: 8
147 ; OBJ:   }
148 ; OBJ:   InlineeSourceLine {
149 ; OBJ:     Inlinee: foo (0x1003)
150 ; OBJ:     FileID: D:\src\llvm\build\t.cpp (0x0)
151 ; OBJ:     SourceLineNum: 2
152 ; OBJ:   }
153 ; OBJ: ]
154 ; OBJ: Subsection [
155 ; OBJ:   SubSectionType: Symbols (0xF1)
156 ; OBJ:   {{.*}}Proc{{.*}}Sym {
157 ; OBJ:     PtrParent: 0x0
158 ; OBJ:     PtrEnd: 0x0
159 ; OBJ:     PtrNext: 0x0
160 ; OBJ:     CodeSize: 0x35
161 ; OBJ:     DbgStart: 0x0
162 ; OBJ:     DbgEnd: 0x0
163 ; OBJ:     FunctionType: baz (0x1004)
164 ; OBJ:     CodeOffset: ?baz@@YAXXZ+0x0
165 ; OBJ:     Segment: 0x0
166 ; OBJ:     Flags [ (0x0)
167 ; OBJ:     ]
168 ; OBJ:     DisplayName: baz
169 ; OBJ:     LinkageName: ?baz@@YAXXZ
170 ; OBJ:   }
171 ; OBJ:   InlineSiteSym {
172 ; OBJ:     PtrParent: 0x0
173 ; OBJ:     PtrEnd: 0x0
174 ; OBJ:     Inlinee: bar (0x1002)
175 ; OBJ:      BinaryAnnotations [
176 ; OBJ-NEXT:   ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x8, LineOffset: 1}
177 ; OBJ-NEXT:   ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x9, LineOffset: 1}
178 ; OBJ-NEXT:   ChangeLineOffset: 1
179 ; OBJ-NEXT:   ChangeCodeOffset: 0x14
180 ; OBJ-NEXT:   ChangeCodeLength: 0x7
181 ; OBJ:      ]
182 ; OBJ:   }
183 ; OBJ:   InlineSiteSym {
184 ; OBJ:     PtrParent: 0x0
185 ; OBJ:     PtrEnd: 0x0
186 ; OBJ:     Inlinee: foo (0x1003)
187 ; OBJ:     BinaryAnnotations [
188 ; OBJ-NEXT:  ChangeLineOffset: 2
189 ; OBJ-NEXT:  ChangeCodeOffset: 0x11
190 ; OBJ-NEXT:  ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x6, LineOffset: 1}
191 ; OBJ-NEXT:  ChangeCodeOffsetAndLineOffset: {CodeOffset: 0x7, LineOffset: 1}
192 ; OBJ-NEXT:  ChangeCodeLength: 0x7
193 ; OBJ:     ]
194 ; OBJ:   }
195 ; OBJ:   InlineSiteEnd {
196 ; OBJ:   }
197 ; OBJ:   InlineSiteEnd {
198 ; OBJ:   }
199 ; OBJ:   ProcEnd
200 ; OBJ: ]
202 ; ModuleID = 't.cpp'
203 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
204 target triple = "x86_64-pc-windows-msvc18.0.0"
206 @"\01?x@@3HC" = external global i32, align 4
208 ; Function Attrs: norecurse nounwind uwtable
209 define void @"\01?baz@@YAXXZ"() #0 !dbg !4 {
210 entry:
211   %y.i.i = alloca i32, align 4
212   %0 = load volatile i32, i32* @"\01?x@@3HC", align 4, !dbg !12, !tbaa !13
213   %add = add nsw i32 %0, 6, !dbg !12
214   store volatile i32 %add, i32* @"\01?x@@3HC", align 4, !dbg !12, !tbaa !13
215   %1 = load volatile i32, i32* @"\01?x@@3HC", align 4, !dbg !17, !tbaa !13
216   %add.i = add nsw i32 %1, 4, !dbg !17
217   store volatile i32 %add.i, i32* @"\01?x@@3HC", align 4, !dbg !17, !tbaa !13
218   %2 = bitcast i32* %y.i.i to i8*, !dbg !19
219   call void @llvm.lifetime.start(i64 4, i8* %2) #2, !dbg !19
220   store i32 1, i32* %y.i.i, align 4, !dbg !21, !tbaa !13
221   %3 = ptrtoint i32* %y.i.i to i64, !dbg !22
222   %4 = trunc i64 %3 to i32, !dbg !22
223   %5 = load volatile i32, i32* @"\01?x@@3HC", align 4, !dbg !23, !tbaa !13
224   %add.i.i = add nsw i32 %5, %4, !dbg !23
225   store volatile i32 %add.i.i, i32* @"\01?x@@3HC", align 4, !dbg !23, !tbaa !13
226   %6 = load volatile i32, i32* @"\01?x@@3HC", align 4, !dbg !24, !tbaa !13
227   %add1.i.i = add nsw i32 %6, 2, !dbg !24
228   store volatile i32 %add1.i.i, i32* @"\01?x@@3HC", align 4, !dbg !24, !tbaa !13
229   %7 = load volatile i32, i32* @"\01?x@@3HC", align 4, !dbg !25, !tbaa !13
230   %add2.i.i = add nsw i32 %7, 3, !dbg !25
231   store volatile i32 %add2.i.i, i32* @"\01?x@@3HC", align 4, !dbg !25, !tbaa !13
232   call void @llvm.lifetime.end(i64 4, i8* %2) #2, !dbg !26
233   %8 = load volatile i32, i32* @"\01?x@@3HC", align 4, !dbg !27, !tbaa !13
234   %add1.i = add nsw i32 %8, 5, !dbg !27
235   store volatile i32 %add1.i, i32* @"\01?x@@3HC", align 4, !dbg !27, !tbaa !13
236   %9 = load volatile i32, i32* @"\01?x@@3HC", align 4, !dbg !28, !tbaa !13
237   %add1 = add nsw i32 %9, 7, !dbg !28
238   store volatile i32 %add1, i32* @"\01?x@@3HC", align 4, !dbg !28, !tbaa !13
239   ret void, !dbg !29
242 ; Function Attrs: argmemonly nounwind
243 declare void @llvm.lifetime.start(i64, i8* nocapture) #1
245 ; Function Attrs: argmemonly nounwind
246 declare void @llvm.lifetime.end(i64, i8* nocapture) #1
248 attributes #0 = { norecurse nounwind uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2" "unsafe-fp-math"="false" "use-soft-float"="false" }
249 attributes #1 = { argmemonly nounwind }
250 attributes #2 = { nounwind }
252 !llvm.dbg.cu = !{!0}
253 !llvm.module.flags = !{!8, !9, !10}
254 !llvm.ident = !{!11}
256 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.9.0 ", isOptimized: true, runtimeVersion: 0, emissionKind: LineTablesOnly, enums: !2)
257 !1 = !DIFile(filename: "t.cpp", directory: "D:\5Csrc\5Cllvm\5Cbuild")
258 !2 = !{}
259 !4 = distinct !DISubprogram(name: "baz", scope: !1, file: !1, line: 13, type: !5, isLocal: false, isDefinition: true, scopeLine: 13, flags: DIFlagPrototyped, isOptimized: true, unit: !0, retainedNodes: !2)
260 !5 = !DISubroutineType(types: !2)
261 !6 = distinct !DISubprogram(name: "bar", scope: !1, file: !1, line: 8, type: !5, isLocal: true, isDefinition: true, scopeLine: 8, flags: DIFlagPrototyped, isOptimized: true, unit: !0, retainedNodes: !2)
262 !7 = distinct !DISubprogram(name: "foo", scope: !1, file: !1, line: 2, type: !5, isLocal: true, isDefinition: true, scopeLine: 2, flags: DIFlagPrototyped, isOptimized: true, unit: !0, retainedNodes: !2)
263 !8 = !{i32 2, !"CodeView", i32 1}
264 !9 = !{i32 2, !"Debug Info Version", i32 3}
265 !10 = !{i32 1, !"PIC Level", i32 2}
266 !11 = !{!"clang version 3.9.0 "}
267 !12 = !DILocation(line: 14, column: 5, scope: !4)
268 !13 = !{!14, !14, i64 0}
269 !14 = !{!"int", !15, i64 0}
270 !15 = !{!"omnipotent char", !16, i64 0}
271 !16 = !{!"Simple C/C++ TBAA"}
272 !17 = !DILocation(line: 9, column: 5, scope: !6, inlinedAt: !18)
273 !18 = distinct !DILocation(line: 15, column: 3, scope: !4)
274 !19 = !DILocation(line: 3, column: 3, scope: !7, inlinedAt: !20)
275 !20 = distinct !DILocation(line: 10, column: 3, scope: !6, inlinedAt: !18)
276 !21 = !DILocation(line: 3, column: 7, scope: !7, inlinedAt: !20)
277 !22 = !DILocation(line: 4, column: 8, scope: !7, inlinedAt: !20)
278 !23 = !DILocation(line: 4, column: 5, scope: !7, inlinedAt: !20)
279 !24 = !DILocation(line: 5, column: 5, scope: !7, inlinedAt: !20)
280 !25 = !DILocation(line: 6, column: 5, scope: !7, inlinedAt: !20)
281 !26 = !DILocation(line: 7, column: 1, scope: !7, inlinedAt: !20)
282 !27 = !DILocation(line: 11, column: 5, scope: !6, inlinedAt: !18)
283 !28 = !DILocation(line: 16, column: 5, scope: !4)
284 !29 = !DILocation(line: 17, column: 1, scope: !4)