blob: 106259b2789a95a4fd59989a215a41b132fba42d [file] [log] [blame]
Manman Ren16d1a6b2013-01-31 21:19:18 +00001; This file is used by 2011-08-04-DebugLoc.ll, so it doesn't actually do anything itself
2;
3; RUN: true
4
5target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
6target triple = "x86_64-apple-macosx10.9.0"
7
Peter Collingbourne5f220be2015-11-05 22:03:56 +00008define void @test(i32 %argc, i8** %argv) uwtable ssp !dbg !5 {
Manman Ren16d1a6b2013-01-31 21:19:18 +00009entry:
10 %argc.addr = alloca i32, align 4
11 %argv.addr = alloca i8**, align 8
12 %i = alloca i32, align 4
13 store i32 %argc, i32* %argc.addr, align 4
Duncan P. N. Exon Smithe56023a2015-04-29 16:38:44 +000014 call void @llvm.dbg.declare(metadata i32* %argc.addr, metadata !14, metadata !DIExpression()), !dbg !15
Manman Ren16d1a6b2013-01-31 21:19:18 +000015 store i8** %argv, i8*** %argv.addr, align 8
Duncan P. N. Exon Smithe56023a2015-04-29 16:38:44 +000016 call void @llvm.dbg.declare(metadata i8*** %argv.addr, metadata !16, metadata !DIExpression()), !dbg !15
17 call void @llvm.dbg.declare(metadata i32* %i, metadata !17, metadata !DIExpression()), !dbg !20
Manman Ren16d1a6b2013-01-31 21:19:18 +000018 store i32 0, i32* %i, align 4, !dbg !20
19 br label %for.cond, !dbg !20
20
21for.cond: ; preds = %for.inc, %entry
David Blaikie7c9c6ed2015-02-27 21:17:42 +000022 %0 = load i32, i32* %i, align 4, !dbg !20
23 %1 = load i32, i32* %argc.addr, align 4, !dbg !20
Manman Ren16d1a6b2013-01-31 21:19:18 +000024 %cmp = icmp slt i32 %0, %1, !dbg !20
25 br i1 %cmp, label %for.body, label %for.end, !dbg !20
26
27for.body: ; preds = %for.cond
David Blaikie7c9c6ed2015-02-27 21:17:42 +000028 %2 = load i32, i32* %i, align 4, !dbg !21
Manman Ren16d1a6b2013-01-31 21:19:18 +000029 %idxprom = sext i32 %2 to i64, !dbg !21
David Blaikie7c9c6ed2015-02-27 21:17:42 +000030 %3 = load i8**, i8*** %argv.addr, align 8, !dbg !21
David Blaikie198d8ba2015-02-27 19:29:02 +000031 %arrayidx = getelementptr inbounds i8*, i8** %3, i64 %idxprom, !dbg !21
David Blaikie7c9c6ed2015-02-27 21:17:42 +000032 %4 = load i8*, i8** %arrayidx, align 8, !dbg !21
Manman Ren16d1a6b2013-01-31 21:19:18 +000033 %call = call i32 @puts(i8* %4), !dbg !21
34 br label %for.inc, !dbg !23
35
36for.inc: ; preds = %for.body
David Blaikie7c9c6ed2015-02-27 21:17:42 +000037 %5 = load i32, i32* %i, align 4, !dbg !20
Manman Ren16d1a6b2013-01-31 21:19:18 +000038 %inc = add nsw i32 %5, 1, !dbg !20
39 store i32 %inc, i32* %i, align 4, !dbg !20
40 br label %for.cond, !dbg !20
41
42for.end: ; preds = %for.cond
43 ret void, !dbg !24
44}
45
Adrian Prantl02474a32014-10-01 18:55:02 +000046declare void @llvm.dbg.declare(metadata, metadata, metadata) nounwind readnone
Manman Ren16d1a6b2013-01-31 21:19:18 +000047
48declare i32 @puts(i8*)
49
50!llvm.dbg.cu = !{!0}
Manman Renbec50062013-11-22 21:49:45 +000051!llvm.module.flags = !{!27}
Manman Ren16d1a6b2013-01-31 21:19:18 +000052
Adrian Prantl4eeaa0d2016-04-15 15:57:41 +000053!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.3 (trunk 173515)", isOptimized: true, emissionKind: FullDebug, file: !25, enums: !2, retainedTypes: !2, globals: !2)
Duncan P. N. Exon Smith77a07282015-03-27 20:46:33 +000054!2 = !{}
Shiva Chena8a13bc2018-05-09 02:40:45 +000055!5 = distinct !DISubprogram(name: "print_args", linkageName: "test", line: 4, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 5, file: !26, scope: null, type: !7, retainedNodes: !2)
Duncan P. N. Exon Smithe56023a2015-04-29 16:38:44 +000056!6 = !DIFile(filename: "test.cpp", directory: "/private/tmp")
57!7 = !DISubroutineType(types: !8)
Duncan P. N. Exon Smith1ef70ff2014-12-15 19:07:53 +000058!8 = !{null, !9, !10}
Duncan P. N. Exon Smithe56023a2015-04-29 16:38:44 +000059!9 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
60!10 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !11)
61!11 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !12)
62!12 = !DIDerivedType(tag: DW_TAG_const_type, baseType: !13)
63!13 = !DIBasicType(tag: DW_TAG_base_type, name: "char", size: 8, align: 8, encoding: DW_ATE_signed_char)
Duncan P. N. Exon Smithbf2040f2015-07-31 18:58:39 +000064!14 = !DILocalVariable(name: "argc", line: 4, arg: 1, scope: !5, file: !6, type: !9)
Duncan P. N. Exon Smithe56023a2015-04-29 16:38:44 +000065!15 = !DILocation(line: 4, scope: !5)
Duncan P. N. Exon Smithbf2040f2015-07-31 18:58:39 +000066!16 = !DILocalVariable(name: "argv", line: 4, arg: 2, scope: !5, file: !6, type: !10)
67!17 = !DILocalVariable(name: "i", line: 6, scope: !18, file: !6, type: !9)
Duncan P. N. Exon Smithe56023a2015-04-29 16:38:44 +000068!18 = distinct !DILexicalBlock(line: 6, column: 0, file: !26, scope: !19)
69!19 = distinct !DILexicalBlock(line: 5, column: 0, file: !26, scope: !5)
70!20 = !DILocation(line: 6, scope: !18)
71!21 = !DILocation(line: 8, scope: !22)
72!22 = distinct !DILexicalBlock(line: 7, column: 0, file: !26, scope: !18)
73!23 = !DILocation(line: 9, scope: !22)
74!24 = !DILocation(line: 10, scope: !19)
75!25 = !DIFile(filename: "main.cpp", directory: "/private/tmp")
76!26 = !DIFile(filename: "test.cpp", directory: "/private/tmp")
Duncan P. N. Exon Smithb056aa72015-03-03 17:24:31 +000077!27 = !{i32 1, !"Debug Info Version", i32 3}