2013-07-25 06:23:00 +08:00
|
|
|
; RUN: llc -O2 -asm-verbose < %s | FileCheck %s
|
2010-11-03 01:01:30 +08:00
|
|
|
; Radar 8616981
|
|
|
|
|
|
|
|
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32"
|
|
|
|
target triple = "i386-apple-darwin11.0.0"
|
|
|
|
|
|
|
|
%struct.bar = type { i32, i32 }
|
|
|
|
|
|
|
|
define i32 @foo(%struct.bar* nocapture %i) nounwind readnone optsize noinline ssp {
|
|
|
|
; CHECK: TAG_formal_parameter
|
|
|
|
entry:
|
2014-10-03 06:15:31 +08:00
|
|
|
tail call void @llvm.dbg.value(metadata !{%struct.bar* %i}, i64 0, metadata !6, metadata !{i32 786690}), !dbg !12
|
2010-11-03 01:01:30 +08:00
|
|
|
ret i32 1, !dbg !13
|
|
|
|
}
|
|
|
|
|
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.
llvm-svn: 218787
2014-10-02 02:55:02 +08:00
|
|
|
declare void @llvm.dbg.value(metadata, i64, metadata, metadata) nounwind readnone
|
2010-11-03 01:01:30 +08:00
|
|
|
|
2013-03-08 08:23:31 +08:00
|
|
|
!llvm.dbg.cu = !{!2}
|
2013-11-23 05:49:45 +08:00
|
|
|
!llvm.module.flags = !{!19}
|
2010-11-03 01:01:30 +08:00
|
|
|
|
2014-10-03 06:15:31 +08:00
|
|
|
!0 = metadata !{i32 786478, metadata !17, metadata !1, metadata !"foo", metadata !"foo", metadata !"", i32 3, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i32 256, i1 true, i32 (%struct.bar*)* @foo, null, null, metadata !16, i32 3} ; [ DW_TAG_subprogram ]
|
|
|
|
!1 = metadata !{i32 786473, metadata !17} ; [ DW_TAG_file_type ]
|
|
|
|
!2 = metadata !{i32 786449, metadata !17, i32 12, metadata !"clang version 2.9 (trunk 117922)", i1 true, metadata !"", i32 0, metadata !18, metadata !18, metadata !15, null, null, metadata !""} ; [ DW_TAG_compile_unit ]
|
|
|
|
!3 = metadata !{i32 786453, metadata !17, metadata !1, metadata !"", i32 0, i64 0, i64 0, i64 0, i32 0, null, metadata !4, i32 0, null, null, null} ; [ DW_TAG_subroutine_type ] [line 0, size 0, align 0, offset 0] [from ]
|
2010-11-03 01:01:30 +08:00
|
|
|
!4 = metadata !{metadata !5}
|
2014-10-03 06:15:31 +08:00
|
|
|
!5 = metadata !{i32 786468, metadata !17, metadata !2, metadata !"int", i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ]
|
|
|
|
!6 = metadata !{i32 786689, metadata !0, metadata !"i", metadata !1, i32 3, metadata !7, i32 0, null} ; [ DW_TAG_arg_variable ]
|
|
|
|
!7 = metadata !{i32 786447, metadata !17, metadata !1, metadata !"", i32 0, i64 32, i64 32, i64 0, i32 0, metadata !8} ; [ DW_TAG_pointer_type ]
|
|
|
|
!8 = metadata !{i32 786451, metadata !17, metadata !1, metadata !"bar", i32 2, i64 64, i64 32, i64 0, i32 0, null, metadata !9, i32 0, null, null, null} ; [ DW_TAG_structure_type ] [bar] [line 2, size 64, align 32, offset 0] [def] [from ]
|
2010-11-03 01:01:30 +08:00
|
|
|
!9 = metadata !{metadata !10, metadata !11}
|
2014-10-03 06:15:31 +08:00
|
|
|
!10 = metadata !{i32 786445, metadata !17, metadata !1, metadata !"x", i32 2, i64 32, i64 32, i64 0, i32 0, metadata !5} ; [ DW_TAG_member ]
|
|
|
|
!11 = metadata !{i32 786445, metadata !17, metadata !1, metadata !"y", i32 2, i64 32, i64 32, i64 32, i32 0, metadata !5} ; [ DW_TAG_member ]
|
2010-11-03 01:01:30 +08:00
|
|
|
!12 = metadata !{i32 3, i32 47, metadata !0, null}
|
|
|
|
!13 = metadata !{i32 4, i32 2, metadata !14, null}
|
2014-10-03 06:15:31 +08:00
|
|
|
!14 = metadata !{i32 786443, metadata !17, metadata !0, i32 3, i32 50, i32 0} ; [ DW_TAG_lexical_block ]
|
2013-03-18 05:13:55 +08:00
|
|
|
!15 = metadata !{metadata !0}
|
|
|
|
!16 = metadata !{metadata !6}
|
|
|
|
!17 = metadata !{metadata !"one.c", metadata !"/private/tmp"}
|
2013-07-27 04:04:30 +08:00
|
|
|
!18 = metadata !{i32 0}
|
2014-10-03 06:15:31 +08:00
|
|
|
!19 = metadata !{i32 1, metadata !"Debug Info Version", i32 1}
|