From 754336544941dca0ad2b2e94c39aeb94a46adbc0 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 10 Jan 2022 16:12:29 +0100 Subject: [PATCH] [Thumb2] Regenerate test checks (NFC) --- llvm/test/CodeGen/Thumb2/mve-vpt-block-debug.mir | 35 ++++++++++++------------ 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/llvm/test/CodeGen/Thumb2/mve-vpt-block-debug.mir b/llvm/test/CodeGen/Thumb2/mve-vpt-block-debug.mir index 34c2481..ad09428 100644 --- a/llvm/test/CodeGen/Thumb2/mve-vpt-block-debug.mir +++ b/llvm/test/CodeGen/Thumb2/mve-vpt-block-debug.mir @@ -73,23 +73,24 @@ body: | ; CHECK-LABEL: name: test ; CHECK: liveins: $q0, $q1, $q2 - ; CHECK: DBG_VALUE $q0, $noreg, !17, !DIExpression(), debug-location !21 - ; CHECK: DBG_VALUE $q0, $noreg, !17, !DIExpression(), debug-location !21 - ; CHECK: DBG_VALUE $q1, $noreg, !18, !DIExpression(), debug-location !21 - ; CHECK: DBG_VALUE $q1, $noreg, !18, !DIExpression(), debug-location !21 - ; CHECK: DBG_VALUE $q2, $noreg, !19, !DIExpression(), debug-location !21 - ; CHECK: DBG_VALUE $q2, $noreg, !19, !DIExpression(), debug-location !21 - ; CHECK: DBG_VALUE $noreg, $noreg, !20, !DIExpression(), debug-location !21 - ; CHECK: BUNDLE implicit-def dead $vpr, implicit-def $q2, implicit-def $d4, implicit-def $s8, implicit-def $s9, implicit-def $d5, implicit-def $s10, implicit-def $s11, implicit killed $q1, implicit killed $q0, implicit killed $q2, debug-location !23 { - ; CHECK: MVE_VPTv4s32 12, renamable $q1, renamable $q0, 10, implicit-def $vpr, debug-location !23 - ; CHECK: renamable $q2 = MVE_VADDi32 renamable $q0, renamable $q1, 1, internal renamable $vpr, $noreg, killed renamable $q2, debug-location !23 - ; CHECK: DBG_VALUE $noreg, $noreg, !20, !DIExpression(), debug-location !21 - ; CHECK: DBG_VALUE internal $q2, $noreg, !19, !DIExpression(), debug-location !21 - ; CHECK: renamable $q2 = MVE_VADDi32 killed renamable $q0, killed renamable $q1, 2, internal killed renamable $vpr, $noreg, internal killed renamable $q2, debug-location !25 - ; CHECK: DBG_VALUE internal $q2, $noreg, !19, !DIExpression(), debug-location !21 - ; CHECK: } - ; CHECK: $q0 = MVE_VORR killed $q2, killed $q2, 0, $noreg, $noreg, undef $q0, debug-location !26 - ; CHECK: tBX_RET 14 /* CC::al */, $noreg, implicit $q0, debug-location !26 + ; CHECK-NEXT: {{ $}} + ; CHECK-NEXT: DBG_VALUE $q0, $noreg, !17, !DIExpression(), debug-location !21 + ; CHECK-NEXT: DBG_VALUE $q0, $noreg, !17, !DIExpression(), debug-location !21 + ; CHECK-NEXT: DBG_VALUE $q1, $noreg, !18, !DIExpression(), debug-location !21 + ; CHECK-NEXT: DBG_VALUE $q1, $noreg, !18, !DIExpression(), debug-location !21 + ; CHECK-NEXT: DBG_VALUE $q2, $noreg, !19, !DIExpression(), debug-location !21 + ; CHECK-NEXT: DBG_VALUE $q2, $noreg, !19, !DIExpression(), debug-location !21 + ; CHECK-NEXT: DBG_VALUE $noreg, $noreg, !20, !DIExpression(), debug-location !21 + ; CHECK-NEXT: BUNDLE implicit-def dead $vpr, implicit-def $q2, implicit-def $d4, implicit-def $s8, implicit-def $s9, implicit-def $d5, implicit-def $s10, implicit-def $s11, implicit killed $q1, implicit killed $q0, implicit killed $q2, debug-location !23 { + ; CHECK-NEXT: MVE_VPTv4s32 12, renamable $q1, renamable $q0, 10, implicit-def $vpr, debug-location !23 + ; CHECK-NEXT: renamable $q2 = MVE_VADDi32 renamable $q0, renamable $q1, 1, internal renamable $vpr, $noreg, killed renamable $q2, debug-location !23 + ; CHECK-NEXT: DBG_VALUE $noreg, $noreg, !20, !DIExpression(), debug-location !21 + ; CHECK-NEXT: DBG_VALUE internal $q2, $noreg, !19, !DIExpression(), debug-location !21 + ; CHECK-NEXT: renamable $q2 = MVE_VADDi32 killed renamable $q0, killed renamable $q1, 2, internal killed renamable $vpr, $noreg, internal killed renamable $q2, debug-location !25 + ; CHECK-NEXT: DBG_VALUE internal $q2, $noreg, !19, !DIExpression(), debug-location !21 + ; CHECK-NEXT: } + ; CHECK-NEXT: $q0 = MVE_VORR killed $q2, killed $q2, 0, $noreg, $noreg, undef $q0, debug-location !26 + ; CHECK-NEXT: tBX_RET 14 /* CC::al */, $noreg, implicit $q0, debug-location !26 DBG_VALUE $q0, $noreg, !17, !DIExpression(), debug-location !21 DBG_VALUE $q0, $noreg, !17, !DIExpression(), debug-location !21 DBG_VALUE $q1, $noreg, !18, !DIExpression(), debug-location !21 -- 2.7.4