[llvm] 15027be - SystemZ: Fix test failing the verifier

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 23:37:35 PDT 2024


Author: Matt Arsenault
Date: 2024-05-02T08:37:27+02:00
New Revision: 15027be6a5c5cf870f25af8de05d6d06c767238f

URL: https://github.com/llvm/llvm-project/commit/15027be6a5c5cf870f25af8de05d6d06c767238f
DIFF: https://github.com/llvm/llvm-project/commit/15027be6a5c5cf870f25af8de05d6d06c767238f.diff

LOG: SystemZ: Fix test failing the verifier

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/SystemZ/copy-phys-reg-gr128-to-vr128.mir b/llvm/test/CodeGen/SystemZ/copy-phys-reg-gr128-to-vr128.mir
index a2a07ac5c7f5aa..42bfadbd3c2976 100644
--- a/llvm/test/CodeGen/SystemZ/copy-phys-reg-gr128-to-vr128.mir
+++ b/llvm/test/CodeGen/SystemZ/copy-phys-reg-gr128-to-vr128.mir
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4
-# RUN: llc -mtriple=s390x-ibm-linux -mcpu=z13 -run-pass=postrapseudos -o - %s | FileCheck %s
+# RUN: llc -mtriple=s390x-ibm-linux -mcpu=z13 -run-pass=postrapseudos -verify-machineinstrs -o - %s | FileCheck %s
 
 ---
 name:            copy_gr128_to_vr128__r0q_to_v0
@@ -51,9 +51,9 @@ name:            copy_gr128_to_vr128__r0q_to_v0_subreg0
 tracksRegLiveness: true
 body:             |
   bb.0:
-    liveins: $r0d
+    liveins: $r0q
     ; CHECK-LABEL: name: copy_gr128_to_vr128__r0q_to_v0_subreg0
-    ; CHECK: liveins: $r0d
+    ; CHECK: liveins: $r0q
     ; CHECK-NEXT: {{  $}}
     ; CHECK-NEXT: $v0 = VLVGP $r0d, $r1d
     ; CHECK-NEXT: Return implicit $v0
@@ -66,9 +66,9 @@ name:            copy_gr128_to_vr128__r0q_to_v0_subreg1
 tracksRegLiveness: true
 body:             |
   bb.0:
-    liveins: $r1d
+    liveins: $r0q
     ; CHECK-LABEL: name: copy_gr128_to_vr128__r0q_to_v0_subreg1
-    ; CHECK: liveins: $r1d
+    ; CHECK: liveins: $r0q
     ; CHECK-NEXT: {{  $}}
     ; CHECK-NEXT: $v0 = VLVGP $r0d, $r1d
     ; CHECK-NEXT: Return implicit $v0


        


More information about the llvm-commits mailing list