blob: 59c7aba8186ff7388b8e8e81c89a36dbe70ebc6d [file] [log] [blame]
David Blaikie3927b972014-12-30 23:33:55 +00001; RUN: llc -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
David Blaikieaeaa5bf2014-12-30 22:47:13 +00002; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=line - | FileCheck %s --check-prefix=INT
3
4; Check that the assembly output properly handles is_stmt changes. And since
5; we're testing anyway, check the integrated assembler too.
6
7; Generated with clang from multiline.c:
8; void f1();
9; void f2() {
10; f1(); f1(); f1();
11; f1(); f1(); f1();
12; }
13
14
David Blaikie3927b972014-12-30 23:33:55 +000015; CHECK: .loc 1 2 0{{$}}
David Blaikieaeaa5bf2014-12-30 22:47:13 +000016; CHECK-NOT: .loc
David Blaikie3927b972014-12-30 23:33:55 +000017; CHECK: .loc 1 3 3 prologue_end{{$}}
David Blaikieaeaa5bf2014-12-30 22:47:13 +000018; CHECK-NOT: .loc
David Blaikie3927b972014-12-30 23:33:55 +000019; CHECK: .loc 1 3 9 is_stmt 0{{$}}
David Blaikieaeaa5bf2014-12-30 22:47:13 +000020; CHECK-NOT: .loc
David Blaikie3927b972014-12-30 23:33:55 +000021; CHECK: .loc 1 3 15{{$}}
David Blaikieaeaa5bf2014-12-30 22:47:13 +000022; CHECK-NOT: .loc
David Blaikie3927b972014-12-30 23:33:55 +000023; CHECK: .loc 1 4 3 is_stmt 1{{$}}
David Blaikieaeaa5bf2014-12-30 22:47:13 +000024; CHECK-NOT: .loc
David Blaikie3927b972014-12-30 23:33:55 +000025; CHECK: .loc 1 4 9 is_stmt 0{{$}}
David Blaikieaeaa5bf2014-12-30 22:47:13 +000026; CHECK-NOT: .loc
David Blaikie3927b972014-12-30 23:33:55 +000027; CHECK: .loc 1 4 15{{$}}
David Blaikieaeaa5bf2014-12-30 22:47:13 +000028; CHECK-NOT: .loc
David Blaikie3927b972014-12-30 23:33:55 +000029; CHECK: .loc 1 5 1 is_stmt 1{{$}}
David Blaikieaeaa5bf2014-12-30 22:47:13 +000030
31; INT: {{^}}Address
32; INT: -----
33; INT-NEXT: 2 0 1 0 0 is_stmt{{$}}
34; INT-NEXT: 3 3 1 0 0 is_stmt prologue_end{{$}}
35; INT-NEXT: 3 9 1 0 0 {{$}}
36; INT-NEXT: 3 15 1 0 0 {{$}}
37; INT-NEXT: 4 3 1 0 0 is_stmt{{$}}
38; INT-NEXT: 4 9 1 0 0 {{$}}
39; INT-NEXT: 4 15 1 0 0 {{$}}
40; INT-NEXT: 5 1 1 0 0 is_stmt{{$}}
41
42
43; Function Attrs: nounwind uwtable
44define void @f2() #0 {
45entry:
46 call void (...)* @f1(), !dbg !11
47 call void (...)* @f1(), !dbg !12
48 call void (...)* @f1(), !dbg !13
49 call void (...)* @f1(), !dbg !14
50 call void (...)* @f1(), !dbg !15
51 call void (...)* @f1(), !dbg !16
52 ret void, !dbg !17
53}
54
55declare void @f1(...) #1
56
57attributes #0 = { nounwind uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
58attributes #1 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
59
60!llvm.dbg.cu = !{!0}
61!llvm.module.flags = !{!8, !9}
62!llvm.ident = !{!10}
63
64!0 = !{!"0x11\0012\00clang version 3.6.0 (trunk 225000) (llvm/trunk 224999)\000\00\000\00\001", !1, !2, !2, !3, !2, !2} ; [ DW_TAG_compile_unit ] [/tmp/dbginfo/multiline.c] [DW_LANG_C99]
65!1 = !{!"multiline.c", !"/tmp/dbginfo"}
66!2 = !{}
67!3 = !{!4}
68!4 = !{!"0x2e\00f2\00f2\00\002\000\001\000\000\000\000\002", !1, !5, !6, null, void ()* @f2, null, null, !2} ; [ DW_TAG_subprogram ] [line 2] [def] [f2]
69!5 = !{!"0x29", !1} ; [ DW_TAG_file_type ] [/tmp/dbginfo/multiline.c]
70!6 = !{!"0x15\00\000\000\000\000\000\000", null, null, null, !7, null, null, null} ; [ DW_TAG_subroutine_type ] [line 0, size 0, align 0, offset 0] [from ]
71!7 = !{null}
72!8 = !{i32 2, !"Dwarf Version", i32 4}
73!9 = !{i32 2, !"Debug Info Version", i32 2}
74!10 = !{!"clang version 3.6.0 (trunk 225000) (llvm/trunk 224999)"}
75!11 = !{i32 3, i32 3, !4, null}
76!12 = !{i32 3, i32 9, !4, null}
77!13 = !{i32 3, i32 15, !4, null}
78!14 = !{i32 4, i32 3, !4, null}
79!15 = !{i32 4, i32 9, !4, null}
80!16 = !{i32 4, i32 15, !4, null}
81!17 = !{i32 5, i32 1, !4, null}