Skip to content

Commit 15027be

Browse files
committed
SystemZ: Fix test failing the verifier
1 parent 376bc73 commit 15027be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/test/CodeGen/SystemZ/copy-phys-reg-gr128-to-vr128.mir

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4
2-
# RUN: llc -mtriple=s390x-ibm-linux -mcpu=z13 -run-pass=postrapseudos -o - %s | FileCheck %s
2+
# RUN: llc -mtriple=s390x-ibm-linux -mcpu=z13 -run-pass=postrapseudos -verify-machineinstrs -o - %s | FileCheck %s
33

44
---
55
name: copy_gr128_to_vr128__r0q_to_v0
@@ -51,9 +51,9 @@ name: copy_gr128_to_vr128__r0q_to_v0_subreg0
5151
tracksRegLiveness: true
5252
body: |
5353
bb.0:
54-
liveins: $r0d
54+
liveins: $r0q
5555
; CHECK-LABEL: name: copy_gr128_to_vr128__r0q_to_v0_subreg0
56-
; CHECK: liveins: $r0d
56+
; CHECK: liveins: $r0q
5757
; CHECK-NEXT: {{ $}}
5858
; CHECK-NEXT: $v0 = VLVGP $r0d, $r1d
5959
; CHECK-NEXT: Return implicit $v0
@@ -66,9 +66,9 @@ name: copy_gr128_to_vr128__r0q_to_v0_subreg1
6666
tracksRegLiveness: true
6767
body: |
6868
bb.0:
69-
liveins: $r1d
69+
liveins: $r0q
7070
; CHECK-LABEL: name: copy_gr128_to_vr128__r0q_to_v0_subreg1
71-
; CHECK: liveins: $r1d
71+
; CHECK: liveins: $r0q
7272
; CHECK-NEXT: {{ $}}
7373
; CHECK-NEXT: $v0 = VLVGP $r0d, $r1d
7474
; CHECK-NEXT: Return implicit $v0

0 commit comments

Comments
 (0)