2013-01-31 21:19:18 +00:00
|
|
|
; This file is used by 2011-08-04-DebugLoc.ll, so it doesn't actually do anything itself
|
|
|
|
;
|
|
|
|
; RUN: true
|
|
|
|
|
|
|
|
target 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"
|
|
|
|
target triple = "x86_64-apple-macosx10.9.0"
|
|
|
|
|
|
|
|
define void @test(i32 %argc, i8** %argv) uwtable ssp {
|
|
|
|
entry:
|
|
|
|
%argc.addr = alloca i32, align 4
|
|
|
|
%argv.addr = alloca i8**, align 8
|
|
|
|
%i = alloca i32, align 4
|
|
|
|
store i32 %argc, i32* %argc.addr, align 4
|
2014-10-03 20:01:09 +00:00
|
|
|
call void @llvm.dbg.declare(metadata !{i32* %argc.addr}, metadata !14, metadata !{metadata !"0x102"}), !dbg !15
|
2013-01-31 21:19:18 +00:00
|
|
|
store i8** %argv, i8*** %argv.addr, align 8
|
2014-10-03 20:01:09 +00:00
|
|
|
call void @llvm.dbg.declare(metadata !{i8*** %argv.addr}, metadata !16, metadata !{metadata !"0x102"}), !dbg !15
|
|
|
|
call void @llvm.dbg.declare(metadata !{i32* %i}, metadata !17, metadata !{metadata !"0x102"}), !dbg !20
|
2013-01-31 21:19:18 +00:00
|
|
|
store i32 0, i32* %i, align 4, !dbg !20
|
|
|
|
br label %for.cond, !dbg !20
|
|
|
|
|
|
|
|
for.cond: ; preds = %for.inc, %entry
|
|
|
|
%0 = load i32* %i, align 4, !dbg !20
|
|
|
|
%1 = load i32* %argc.addr, align 4, !dbg !20
|
|
|
|
%cmp = icmp slt i32 %0, %1, !dbg !20
|
|
|
|
br i1 %cmp, label %for.body, label %for.end, !dbg !20
|
|
|
|
|
|
|
|
for.body: ; preds = %for.cond
|
|
|
|
%2 = load i32* %i, align 4, !dbg !21
|
|
|
|
%idxprom = sext i32 %2 to i64, !dbg !21
|
|
|
|
%3 = load i8*** %argv.addr, align 8, !dbg !21
|
|
|
|
%arrayidx = getelementptr inbounds i8** %3, i64 %idxprom, !dbg !21
|
|
|
|
%4 = load i8** %arrayidx, align 8, !dbg !21
|
|
|
|
%call = call i32 @puts(i8* %4), !dbg !21
|
|
|
|
br label %for.inc, !dbg !23
|
|
|
|
|
|
|
|
for.inc: ; preds = %for.body
|
|
|
|
%5 = load i32* %i, align 4, !dbg !20
|
|
|
|
%inc = add nsw i32 %5, 1, !dbg !20
|
|
|
|
store i32 %inc, i32* %i, align 4, !dbg !20
|
|
|
|
br label %for.cond, !dbg !20
|
|
|
|
|
|
|
|
for.end: ; preds = %for.cond
|
|
|
|
ret void, !dbg !24
|
|
|
|
}
|
|
|
|
|
Move the complex address expression out of DIVariable and into an extra
argument of the llvm.dbg.declare/llvm.dbg.value intrinsics.
Previously, DIVariable was a variable-length field that has an optional
reference to a Metadata array consisting of a variable number of
complex address expressions. In the case of OpPiece expressions this is
wasting a lot of storage in IR, because when an aggregate type is, e.g.,
SROA'd into all of its n individual members, the IR will contain n copies
of the DIVariable, all alike, only differing in the complex address
reference at the end.
By making the complex address into an extra argument of the
dbg.value/dbg.declare intrinsics, all of the pieces can reference the
same variable and the complex address expressions can be uniqued across
the CU, too.
Down the road, this will allow us to move other flags, such as
"indirection" out of the DIVariable, too.
The new intrinsics look like this:
declare void @llvm.dbg.declare(metadata %storage, metadata %var, metadata %expr)
declare void @llvm.dbg.value(metadata %storage, i64 %offset, metadata %var, metadata %expr)
This patch adds a new LLVM-local tag to DIExpressions, so we can detect
and pretty-print DIExpression metadata nodes.
What this patch doesn't do:
This patch does not touch the "Indirect" field in DIVariable; but moving
that into the expression would be a natural next step.
http://reviews.llvm.org/D4919
rdar://problem/17994491
Thanks to dblaikie and dexonsmith for reviewing this patch!
Note: I accidentally committed a bogus older version of this patch previously.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218787 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-01 18:55:02 +00:00
|
|
|
declare void @llvm.dbg.declare(metadata, metadata, metadata) nounwind readnone
|
2013-01-31 21:19:18 +00:00
|
|
|
|
|
|
|
declare i32 @puts(i8*)
|
|
|
|
|
|
|
|
!llvm.dbg.cu = !{!0}
|
2013-11-22 21:49:45 +00:00
|
|
|
!llvm.module.flags = !{!27}
|
2013-01-31 21:19:18 +00:00
|
|
|
|
2014-10-03 20:01:09 +00:00
|
|
|
!0 = metadata !{metadata !"0x11\004\00clang version 3.3 (trunk 173515)\001\00\000\00\000", metadata !25, metadata !2, metadata !2, metadata !3, metadata !2, null} ; [ DW_TAG_compile_unit ]
|
2013-01-31 21:19:18 +00:00
|
|
|
!1 = metadata !{metadata !2}
|
|
|
|
!2 = metadata !{i32 0}
|
2013-07-26 20:04:30 +00:00
|
|
|
!3 = metadata !{metadata !5}
|
2014-10-03 20:01:09 +00:00
|
|
|
!5 = metadata !{metadata !"0x2e\00print_args\00print_args\00test\004\000\001\000\006\00256\000\005", metadata !26, null, metadata !7, null, void (i32, i8**)* @test, null, null, metadata !1} ; [ DW_TAG_subprogram ]
|
|
|
|
!6 = metadata !{metadata !"0x29", metadata !26} ; [ DW_TAG_file_type ]
|
|
|
|
!7 = metadata !{metadata !"0x15\00\000\000\000\000\000\000", i32 0, null, null, metadata !8, null, null, null} ; [ DW_TAG_subroutine_type ] [line 0, size 0, align 0, offset 0] [from ]
|
2013-01-31 21:19:18 +00:00
|
|
|
!8 = metadata !{null, metadata !9, metadata !10}
|
2014-10-03 20:01:09 +00:00
|
|
|
!9 = metadata !{metadata !"0x24\00int\000\0032\0032\000\000\005", null, null} ; [ DW_TAG_base_type ]
|
|
|
|
!10 = metadata !{metadata !"0xf\00\000\0064\0064\000\000", null, null, metadata !11} ; [ DW_TAG_pointer_type ]
|
|
|
|
!11 = metadata !{metadata !"0xf\00\000\0064\0064\000\000", null, null, metadata !12} ; [ DW_TAG_pointer_type ]
|
|
|
|
!12 = metadata !{metadata !"0x26\00\000\000\000\000\000", null, null, metadata !13} ; [ DW_TAG_const_type ]
|
|
|
|
!13 = metadata !{metadata !"0x24\00char\000\008\008\000\000\006", null, null} ; [ DW_TAG_base_type ]
|
|
|
|
!14 = metadata !{metadata !"0x101\00argc\0016777220\000", metadata !5, metadata !6, metadata !9} ; [ DW_TAG_arg_variable ]
|
2013-01-31 21:19:18 +00:00
|
|
|
!15 = metadata !{i32 4, i32 0, metadata !5, null}
|
2014-10-03 20:01:09 +00:00
|
|
|
!16 = metadata !{metadata !"0x101\00argv\0033554436\000", metadata !5, metadata !6, metadata !10} ; [ DW_TAG_arg_variable ]
|
|
|
|
!17 = metadata !{metadata !"0x100\00i\006\000", metadata !18, metadata !6, metadata !9} ; [ DW_TAG_auto_variable ]
|
|
|
|
!18 = metadata !{metadata !"0xb\006\000\001", metadata !26, metadata !19} ; [ DW_TAG_lexical_block ]
|
|
|
|
!19 = metadata !{metadata !"0xb\005\000\000", metadata !26, metadata !5} ; [ DW_TAG_lexical_block ]
|
2013-01-31 21:19:18 +00:00
|
|
|
!20 = metadata !{i32 6, i32 0, metadata !18, null}
|
|
|
|
!21 = metadata !{i32 8, i32 0, metadata !22, null}
|
2014-10-03 20:01:09 +00:00
|
|
|
!22 = metadata !{metadata !"0xb\007\000\002", metadata !26, metadata !18} ; [ DW_TAG_lexical_block ]
|
2013-01-31 21:19:18 +00:00
|
|
|
!23 = metadata !{i32 9, i32 0, metadata !22, null}
|
|
|
|
!24 = metadata !{i32 10, i32 0, metadata !19, null}
|
2013-07-26 20:04:30 +00:00
|
|
|
!25 = metadata !{metadata !"main.cpp", metadata !"/private/tmp"}
|
|
|
|
!26 = metadata !{metadata !"test.cpp", metadata !"/private/tmp"}
|
2014-10-03 20:01:09 +00:00
|
|
|
!27 = metadata !{i32 1, metadata !"Debug Info Version", i32 2}
|