Adrian Prantl | 67c2442 | 2017-02-17 19:42:32 +0000 | [diff] [blame] | 1 | ; PR31381: An assertion in the DWARF backend when fragments in MMI slots are |
| 2 | ; sorted by largest offset first. |
Adrian Prantl | 16aa4cf | 2017-09-11 23:05:20 +0000 | [diff] [blame] | 3 | ; RUN: llc -mtriple=x86_64-apple-darwin -filetype=obj < %s | llvm-dwarfdump -v -debug-info - | FileCheck %s |
Adrian Prantl | 67c2442 | 2017-02-17 19:42:32 +0000 | [diff] [blame] | 4 | ; CHECK: DW_TAG_formal_parameter |
| 5 | ; CHECK: DW_TAG_formal_parameter |
Reid Kleckner | a058736 | 2017-08-29 21:41:21 +0000 | [diff] [blame] | 6 | ; CHECK-NEXT: DW_AT_location [DW_FORM_exprloc] (DW_OP_fbreg -8, DW_OP_piece 0x3, DW_OP_piece 0x6, DW_OP_fbreg -3, DW_OP_piece 0x3) |
Adrian Prantl | 67c2442 | 2017-02-17 19:42:32 +0000 | [diff] [blame] | 7 | ; CHECK-NEXT: DW_AT_abstract_origin {{.*}}"p" |
| 8 | source_filename = "bugpoint-reduced-simplified.ll" |
| 9 | target triple = "x86_64-apple-darwin" |
| 10 | |
| 11 | @f = common local_unnamed_addr global i32 0, align 4, !dbg !0 |
| 12 | @h = common local_unnamed_addr global i32 0, align 4, !dbg !6 |
| 13 | |
| 14 | ; Function Attrs: nounwind readnone |
| 15 | declare void @llvm.dbg.declare(metadata, metadata, metadata) #0 |
| 16 | |
| 17 | define void @fn4() local_unnamed_addr !dbg !12 { |
| 18 | entry: |
| 19 | %l1.sroa.7.i = alloca [3 x i8], align 1 |
| 20 | tail call void @llvm.dbg.declare(metadata [3 x i8]* %l1.sroa.7.i, metadata !15, metadata !26), !dbg !27 |
| 21 | %i.sroa.4.i = alloca [3 x i8], align 8 |
| 22 | tail call void @llvm.dbg.declare(metadata [3 x i8]* %i.sroa.4.i, metadata !15, metadata !32), !dbg !27 |
| 23 | %0 = load i32, i32* @h, align 4 |
| 24 | br label %while.body.i.i, !dbg !33 |
| 25 | |
| 26 | while.body.i.i: ; preds = %while.body.i.i, %entry |
| 27 | br label %while.body.i.i, !dbg !34 |
| 28 | |
| 29 | fn3.exit: ; No predecessors! |
| 30 | %1 = load i32, i32* @f, align 4 |
| 31 | %tobool.i = icmp eq i32 %1, 0 |
| 32 | br label %while.body.i |
| 33 | |
| 34 | while.body.i: ; preds = %if.end.i, %fn3.exit |
| 35 | br i1 %tobool.i, label %if.end.i, label %if.then.i |
| 36 | |
| 37 | if.then.i: ; preds = %while.body.i |
| 38 | br label %if.end.i |
| 39 | |
| 40 | if.end.i: ; preds = %if.then.i, %while.body.i |
| 41 | br label %while.body.i |
| 42 | } |
| 43 | |
| 44 | attributes #0 = { nounwind readnone } |
| 45 | |
| 46 | !llvm.dbg.cu = !{!2} |
| 47 | !llvm.module.flags = !{!9, !10, !11} |
| 48 | |
Adrian Prantl | 0578221 | 2017-08-30 18:06:51 +0000 | [diff] [blame] | 49 | !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression()) |
Adrian Prantl | 67c2442 | 2017-02-17 19:42:32 +0000 | [diff] [blame] | 50 | !1 = distinct !DIGlobalVariable(name: "f", scope: !2, file: !3, line: 8, type: !8, isLocal: false, isDefinition: true) |
| 51 | !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !5) |
| 52 | !3 = !DIFile(filename: "PR31381.c", directory: "/") |
| 53 | !4 = !{} |
| 54 | !5 = !{!0, !6} |
Adrian Prantl | 0578221 | 2017-08-30 18:06:51 +0000 | [diff] [blame] | 55 | !6 = !DIGlobalVariableExpression(var: !7, expr: !DIExpression()) |
Adrian Prantl | 67c2442 | 2017-02-17 19:42:32 +0000 | [diff] [blame] | 56 | !7 = distinct !DIGlobalVariable(name: "h", scope: !2, file: !3, line: 8, type: !8, isLocal: false, isDefinition: true) |
| 57 | !8 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed) |
| 58 | !9 = !{i32 2, !"Dwarf Version", i32 4} |
| 59 | !10 = !{i32 2, !"Debug Info Version", i32 3} |
| 60 | !11 = !{i32 1, !"PIC Level", i32 2} |
Shiva Chen | 2c86455 | 2018-05-09 02:40:45 +0000 | [diff] [blame] | 61 | !12 = distinct !DISubprogram(name: "fn4", scope: !3, file: !3, line: 31, type: !13, isLocal: false, isDefinition: true, scopeLine: 32, isOptimized: true, unit: !2, retainedNodes: !4) |
Adrian Prantl | 67c2442 | 2017-02-17 19:42:32 +0000 | [diff] [blame] | 62 | !13 = !DISubroutineType(types: !14) |
| 63 | !14 = !{null} |
| 64 | !15 = !DILocalVariable(name: "p", arg: 1, scope: !16, file: !3, line: 19, type: !19) |
Shiva Chen | 2c86455 | 2018-05-09 02:40:45 +0000 | [diff] [blame] | 65 | !16 = distinct !DISubprogram(name: "fn2", scope: !3, file: !3, line: 19, type: !17, isLocal: false, isDefinition: true, scopeLine: 20, flags: DIFlagPrototyped, isOptimized: true, unit: !2, retainedNodes: !25) |
Adrian Prantl | 67c2442 | 2017-02-17 19:42:32 +0000 | [diff] [blame] | 66 | !17 = !DISubroutineType(types: !18) |
| 67 | !18 = !{null, !19} |
| 68 | !19 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "S", file: !3, line: 1, size: 96, elements: !20) |
| 69 | !20 = !{!21, !23, !24} |
| 70 | !21 = !DIDerivedType(tag: DW_TAG_member, name: "b", scope: !19, file: !3, line: 4, baseType: !22, size: 8, offset: 24) |
| 71 | !22 = !DIBasicType(name: "char", size: 8, encoding: DW_ATE_signed_char) |
| 72 | !23 = !DIDerivedType(tag: DW_TAG_member, name: "c", scope: !19, file: !3, line: 5, baseType: !8, size: 32, offset: 32) |
| 73 | !24 = !DIDerivedType(tag: DW_TAG_member, name: "d", scope: !19, file: !3, line: 6, baseType: !8, size: 6, offset: 64, flags: DIFlagBitField, extraData: i64 64) |
| 74 | !25 = !{!15} |
| 75 | !26 = !DIExpression(DW_OP_LLVM_fragment, 72, 24) |
| 76 | !27 = !DILocation(line: 19, column: 20, scope: !16, inlinedAt: !28) |
| 77 | !28 = distinct !DILocation(line: 27, column: 3, scope: !29, inlinedAt: !30) |
Shiva Chen | 2c86455 | 2018-05-09 02:40:45 +0000 | [diff] [blame] | 78 | !29 = distinct !DISubprogram(name: "fn3", scope: !3, file: !3, line: 24, type: !13, isLocal: false, isDefinition: true, scopeLine: 25, isOptimized: true, unit: !2, retainedNodes: !4) |
Adrian Prantl | 67c2442 | 2017-02-17 19:42:32 +0000 | [diff] [blame] | 79 | !30 = distinct !DILocation(line: 34, column: 7, scope: !31) |
| 80 | !31 = distinct !DILexicalBlock(scope: !12, file: !3, line: 33, column: 5) |
| 81 | !32 = !DIExpression(DW_OP_LLVM_fragment, 0, 24) |
| 82 | !33 = !DILocation(line: 22, column: 9, scope: !16, inlinedAt: !28) |
| 83 | !34 = !DILocation(line: 21, column: 3, scope: !35, inlinedAt: !28) |
| 84 | !35 = !DILexicalBlockFile(scope: !16, file: !3, discriminator: 2) |