diff options
Diffstat (limited to 'llvm/test/DebugInfo/MIR/ARM/split-superreg-piece.mir')
| -rw-r--r-- | llvm/test/DebugInfo/MIR/ARM/split-superreg-piece.mir | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/llvm/test/DebugInfo/MIR/ARM/split-superreg-piece.mir b/llvm/test/DebugInfo/MIR/ARM/split-superreg-piece.mir index 8ac763b0f06..40890fa0da7 100644 --- a/llvm/test/DebugInfo/MIR/ARM/split-superreg-piece.mir +++ b/llvm/test/DebugInfo/MIR/ARM/split-superreg-piece.mir @@ -1,14 +1,11 @@ # RUN: llc -start-before=livedebugvalues -filetype=obj -o - %s | \ -# RUN: llvm-dwarfdump - | FileCheck %s +# RUN: llvm-dwarfdump -debug-dump=info - | FileCheck %s # CHECK: .debug_info contents: # CHECK: DW_TAG_variable -# CHECK-NEXT: DW_AT_location [DW_FORM_data4] ([[OFS:.*]]) +# CHECK-NEXT: DW_AT_location +# CHECK-NEXT: 0x0000000000000010 - 0x0000000000000018: DW_OP_piece 0x10, DW_OP_regx D0, DW_OP_piece 0x8, DW_OP_regx D1, DW_OP_piece 0x8) # CHECK-NEXT: DW_AT_name {{.*}}"vec" -# CHECK: .debug_loc contents: -# CHECK: [[OFS]]: Beginning address offset: 0x0000000000000010 -# CHECK: Ending address offset: 0x0000000000000018 -# CHECK: Location description: 93 10 90 80 02 93 08 90 81 02 93 08 -# piece 0x00000010, d0, piece 0x00000008, d1, piece 0x00000008 + --- | ; Generate from (and then manually modified to incorporate a DW_OP_LLVM_fragment): ; typedef float vec2 __attribute__((vector_size(16))); |

