blob: f6c78052bf45b2b3e6b961a30c70914cbd1aef54 [file] [log] [blame]
Benjamin Kramer23445ca2015-03-11 13:55:41 +00001; RUN: sed -e 's|PATTERN|%/T|g' %s | opt -insert-gcov-profiling -disable-output
2; RUN: rm %T/linezero.gcno
Nick Lewycky5f53ddd2014-06-03 04:25:36 +00003
4; This is a crash test.
5
6target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
7target triple = "x86_64-unknown-linux-gnu"
8
9%struct.vector = type { i8 }
10
11; Function Attrs: nounwind
12define i32 @_Z4testv() #0 {
13entry:
14 %retval = alloca i32, align 4
15 %__range = alloca %struct.vector*, align 8
16 %ref.tmp = alloca %struct.vector, align 1
17 %undef.agg.tmp = alloca %struct.vector, align 1
18 %__begin = alloca i8*, align 8
19 %__end = alloca i8*, align 8
20 %spec = alloca i8, align 1
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000021 call void @llvm.dbg.declare(metadata %struct.vector** %__range, metadata !27, metadata !DIExpression()), !dbg !30
Nick Lewycky5f53ddd2014-06-03 04:25:36 +000022 br label %0
23
24; <label>:0 ; preds = %entry
25 call void @_Z13TagFieldSpecsv(), !dbg !31
26 store %struct.vector* %ref.tmp, %struct.vector** %__range, align 8, !dbg !31
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000027 call void @llvm.dbg.declare(metadata i8** %__begin, metadata !32, metadata !DIExpression()), !dbg !30
David Blaikiea79ac142015-02-27 21:17:42 +000028 %1 = load %struct.vector*, %struct.vector** %__range, align 8, !dbg !31
Nick Lewycky5f53ddd2014-06-03 04:25:36 +000029 %call = call i8* @_ZN6vector5beginEv(%struct.vector* %1), !dbg !31
30 store i8* %call, i8** %__begin, align 8, !dbg !31
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000031 call void @llvm.dbg.declare(metadata i8** %__end, metadata !33, metadata !DIExpression()), !dbg !30
David Blaikiea79ac142015-02-27 21:17:42 +000032 %2 = load %struct.vector*, %struct.vector** %__range, align 8, !dbg !31
Nick Lewycky5f53ddd2014-06-03 04:25:36 +000033 %call1 = call i8* @_ZN6vector3endEv(%struct.vector* %2), !dbg !31
34 store i8* %call1, i8** %__end, align 8, !dbg !31
35 br label %for.cond, !dbg !31
36
37for.cond: ; preds = %for.inc, %0
David Blaikiea79ac142015-02-27 21:17:42 +000038 %3 = load i8*, i8** %__begin, align 8, !dbg !34
39 %4 = load i8*, i8** %__end, align 8, !dbg !34
Nick Lewycky5f53ddd2014-06-03 04:25:36 +000040 %cmp = icmp ne i8* %3, %4, !dbg !34
41 br i1 %cmp, label %for.body, label %for.end, !dbg !34
42
43for.body: ; preds = %for.cond
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000044 call void @llvm.dbg.declare(metadata i8* %spec, metadata !37, metadata !DIExpression()), !dbg !31
David Blaikiea79ac142015-02-27 21:17:42 +000045 %5 = load i8*, i8** %__begin, align 8, !dbg !38
46 %6 = load i8, i8* %5, align 1, !dbg !38
Nick Lewycky5f53ddd2014-06-03 04:25:36 +000047 store i8 %6, i8* %spec, align 1, !dbg !38
48 br label %for.inc, !dbg !38
49
50for.inc: ; preds = %for.body
David Blaikiea79ac142015-02-27 21:17:42 +000051 %7 = load i8*, i8** %__begin, align 8, !dbg !40
David Blaikie79e6c742015-02-27 19:29:02 +000052 %incdec.ptr = getelementptr inbounds i8, i8* %7, i32 1, !dbg !40
Nick Lewycky5f53ddd2014-06-03 04:25:36 +000053 store i8* %incdec.ptr, i8** %__begin, align 8, !dbg !40
54 br label %for.cond, !dbg !40
55
56for.end: ; preds = %for.cond
57 call void @llvm.trap(), !dbg !42
58 unreachable, !dbg !42
59
60return: ; No predecessors!
David Blaikiea79ac142015-02-27 21:17:42 +000061 %8 = load i32, i32* %retval, !dbg !44
Nick Lewycky5f53ddd2014-06-03 04:25:36 +000062 ret i32 %8, !dbg !44
63}
64
65; Function Attrs: nounwind readnone
Adrian Prantl87b7eb92014-10-01 18:55:02 +000066declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
Nick Lewycky5f53ddd2014-06-03 04:25:36 +000067
68declare void @_Z13TagFieldSpecsv() #2
69
70declare i8* @_ZN6vector5beginEv(%struct.vector*) #2
71
72declare i8* @_ZN6vector3endEv(%struct.vector*) #2
73
74; Function Attrs: noreturn nounwind
75declare void @llvm.trap() #3
76
77; Function Attrs: nounwind
78define void @_Z2f1v() #0 {
79entry:
80 br label %0
81
82; <label>:0 ; preds = %entry
83 ret void, !dbg !45
84}
85
86attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-realign-stack" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
87attributes #1 = { nounwind readnone }
88attributes #2 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-realign-stack" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
89attributes #3 = { noreturn nounwind }
90
91!llvm.dbg.cu = !{!0}
92!llvm.module.flags = !{!23, !24}
93!llvm.gcov = !{!25}
94!llvm.ident = !{!26}
95
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000096!0 = !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 (trunk 209871)", isOptimized: false, emissionKind: 1, file: !1, enums: !2, retainedTypes: !3, subprograms: !14, globals: !2, imports: !2)
97!1 = !DIFile(filename: "<stdin>", directory: "PATTERN")
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +000098!2 = !{}
99!3 = !{!4}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000100!4 = !DICompositeType(tag: DW_TAG_structure_type, name: "vector", line: 21, size: 8, align: 8, file: !5, elements: !6, identifier: "_ZTS6vector")
101!5 = !DIFile(filename: "linezero.cc", directory: "PATTERN")
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +0000102!6 = !{!7, !13}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000103!7 = !DISubprogram(name: "begin", linkageName: "_ZN6vector5beginEv", line: 25, isLocal: false, isDefinition: false, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 25, file: !5, scope: !"_ZTS6vector", type: !8)
104!8 = !DISubroutineType(types: !9)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +0000105!9 = !{!10, !12}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000106!10 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !11)
107!11 = !DIBasicType(tag: DW_TAG_base_type, name: "char", size: 8, align: 8, encoding: DW_ATE_signed_char)
108!12 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, flags: DIFlagArtificial | DIFlagObjectPointer, baseType: !"_ZTS6vector")
109!13 = !DISubprogram(name: "end", linkageName: "_ZN6vector3endEv", line: 26, isLocal: false, isDefinition: false, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 26, file: !5, scope: !"_ZTS6vector", type: !8)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +0000110!14 = !{!15, !20}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000111!15 = !DISubprogram(name: "test", linkageName: "_Z4testv", line: 50, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 50, file: !5, scope: !16, type: !17, function: i32 ()* @_Z4testv, variables: !2)
112!16 = !DIFile(filename: "linezero.cc", directory: "PATTERN")
113!17 = !DISubroutineType(types: !18)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +0000114!18 = !{!19}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000115!19 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
116!20 = !DISubprogram(name: "f1", linkageName: "_Z2f1v", line: 54, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 54, file: !5, scope: !16, type: !21, function: void ()* @_Z2f1v, variables: !2)
117!21 = !DISubroutineType(types: !22)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +0000118!22 = !{null}
119!23 = !{i32 2, !"Dwarf Version", i32 4}
Duncan P. N. Exon Smithe2741802015-03-03 17:24:31 +0000120!24 = !{i32 2, !"Debug Info Version", i32 3}
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +0000121!25 = !{!"PATTERN/linezero.o", !0}
122!26 = !{!"clang version 3.5.0 (trunk 209871)"}
Duncan P. N. Exon Smithed013cd2015-07-31 18:58:39 +0000123!27 = !DILocalVariable(name: "__range", flags: DIFlagArtificial, scope: !28, type: !29)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000124!28 = distinct !DILexicalBlock(line: 51, column: 0, file: !5, scope: !15)
125!29 = !DIDerivedType(tag: DW_TAG_rvalue_reference_type, baseType: !"_ZTS6vector")
126!30 = !DILocation(line: 0, scope: !28)
127!31 = !DILocation(line: 51, scope: !28)
Duncan P. N. Exon Smithed013cd2015-07-31 18:58:39 +0000128!32 = !DILocalVariable(name: "__begin", flags: DIFlagArtificial, scope: !28, type: !10)
129!33 = !DILocalVariable(name: "__end", flags: DIFlagArtificial, scope: !28, type: !10)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000130!34 = !DILocation(line: 51, scope: !35)
131!35 = distinct !DILexicalBlock(line: 51, column: 0, file: !5, scope: !36)
132!36 = distinct !DILexicalBlock(line: 51, column: 0, file: !5, scope: !28)
Duncan P. N. Exon Smithed013cd2015-07-31 18:58:39 +0000133!37 = !DILocalVariable(name: "spec", line: 51, scope: !28, file: !16, type: !11)
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000134!38 = !DILocation(line: 51, scope: !39)
135!39 = distinct !DILexicalBlock(line: 51, column: 0, file: !5, scope: !28)
136!40 = !DILocation(line: 51, scope: !41)
137!41 = distinct !DILexicalBlock(line: 51, column: 0, file: !5, scope: !28)
138!42 = !DILocation(line: 51, scope: !43)
139!43 = distinct !DILexicalBlock(line: 51, column: 0, file: !5, scope: !28)
140!44 = !DILocation(line: 52, scope: !15)
141!45 = !DILocation(line: 54, scope: !20)