Debug Info: Relax assertion in isUnsignedDIType() to allow floats to be
[oota-llvm.git] / test / DebugInfo / X86 / float_const.ll
1 ; RUN: llc < %s -filetype=obj | llvm-dwarfdump -debug-dump=info - | FileCheck %s
2 ; from (at -Os):
3 ; void foo() {
4 ;   float a = 3.14;
5 ;   *(int *)&a = 0;
6 ; }
7 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
8 target triple = "x86_64-apple-macosx10.10.0"
9
10 ; Function Attrs: nounwind optsize readnone uwtable
11 define void @foo() #0 {
12 entry:
13   tail call void @llvm.dbg.declare(metadata float* undef, metadata !13, metadata !19), !dbg !20
14   tail call void @llvm.dbg.value(metadata i32 1078523331, i64 0, metadata !13, metadata !19), !dbg !20
15   tail call void @llvm.dbg.value(metadata i32 0, i64 0, metadata !13, metadata !19), !dbg !20
16 ; CHECK:  DW_AT_const_value [DW_FORM_sdata]    (0)
17 ; CHECK-NEXT: DW_AT_name {{.*}}"a"
18   ret void, !dbg !21
19 }
20
21 ; Function Attrs: nounwind readnone
22 declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
23
24 ; Function Attrs: nounwind readnone
25 declare void @llvm.dbg.value(metadata, i64, metadata, metadata) #1
26
27 attributes #0 = { nounwind optsize readnone uwtable }
28 attributes #1 = { nounwind readnone }
29
30 !llvm.dbg.cu = !{!0}
31 !llvm.module.flags = !{!15, !16, !17}
32 !llvm.ident = !{!18}
33
34 !0 = !{!"0x11\0012\00clang version 3.7.0 (trunk 227686)\001\00\000\00\001", !1, !2, !3, !6, !2, !2} ; [ DW_TAG_compile_unit ] [foo.c] [DW_LANG_C99]
35 !1 = !{!"foo.c", !""}
36 !2 = !{}
37 !3 = !{!4}
38 !4 = !{!"0xf\00\000\0064\0064\000\000", null, null, !5} ; [ DW_TAG_pointer_type ] [line 0, size 64, align 64, offset 0] [from int]
39 !5 = !{!"0x24\00int\000\0032\0032\000\000\005", null, null} ; [ DW_TAG_base_type ] [int] [line 0, size 32, align 32, offset 0, enc DW_ATE_signed]
40 !6 = !{!7}
41 !7 = !{!"0x2e\00foo\00foo\00\001\000\001\000\000\000\001\001", !8, !9, !10, null, void ()* @foo, null, null, !12} ; [ DW_TAG_subprogram ] [line 1] [def] [foo]
42 !8 = !{!"foo.c", !""}
43 !9 = !{!"0x29", !8}                               ; [ DW_TAG_file_type ]
44 !10 = !{!"0x15\00\000\000\000\000\000\000", null, null, null, !11, null, null, null} ; [ DW_TAG_subroutine_type ] [line 0, size 0, align 0, offset 0] [from ]
45 !11 = !{null}
46 !12 = !{!13}
47 !13 = !{!"0x100\00a\002\000", !7, !9, !14}        ; [ DW_TAG_auto_variable ] [a] [line 2]
48 !14 = !{!"0x24\00float\000\0032\0032\000\000\004", null, null} ; [ DW_TAG_base_type ] [float] [line 0, size 32, align 32, offset 0, enc DW_ATE_float]
49 !15 = !{i32 2, !"Dwarf Version", i32 2}
50 !16 = !{i32 2, !"Debug Info Version", i32 2}
51 !17 = !{i32 1, !"PIC Level", i32 2}
52 !18 = !{!"clang version 3.7.0 (trunk 227686)"}
53 !19 = !{!"0x102"}                                 ; [ DW_TAG_expression ]
54 !20 = !MDLocation(line: 2, column: 9, scope: !7)
55 !21 = !MDLocation(line: 4, column: 1, scope: !7)