[llvm] 6535e7a - SystemZ: Remove redundant copy tests from 75f4baa70

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 01:03:13 PDT 2024


Author: Matt Arsenault
Date: 2024-05-03T10:03:05+02:00
New Revision: 6535e7a4004ebc45e9e544acab3ea4b421e0b5a9

URL: https://github.com/llvm/llvm-project/commit/6535e7a4004ebc45e9e544acab3ea4b421e0b5a9
DIFF: https://github.com/llvm/llvm-project/commit/6535e7a4004ebc45e9e544acab3ea4b421e0b5a9.diff

LOG: SystemZ: Remove redundant copy tests from 75f4baa70

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 42bfadbd3c2976..36580fed3baae3 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
@@ -45,34 +45,3 @@ body:             |
     $v0 = COPY undef $r0q
     Return implicit $v0
 ...
-
----
-name:            copy_gr128_to_vr128__r0q_to_v0_subreg0
-tracksRegLiveness: true
-body:             |
-  bb.0:
-    liveins: $r0q
-    ; CHECK-LABEL: name: copy_gr128_to_vr128__r0q_to_v0_subreg0
-    ; CHECK: liveins: $r0q
-    ; CHECK-NEXT: {{  $}}
-    ; CHECK-NEXT: $v0 = VLVGP $r0d, $r1d
-    ; CHECK-NEXT: Return implicit $v0
-    $v0 = COPY $r0q
-    Return implicit $v0
-...
-
----
-name:            copy_gr128_to_vr128__r0q_to_v0_subreg1
-tracksRegLiveness: true
-body:             |
-  bb.0:
-    liveins: $r0q
-    ; CHECK-LABEL: name: copy_gr128_to_vr128__r0q_to_v0_subreg1
-    ; CHECK: liveins: $r0q
-    ; CHECK-NEXT: {{  $}}
-    ; CHECK-NEXT: $v0 = VLVGP $r0d, $r1d
-    ; CHECK-NEXT: Return implicit $v0
-    $v0 = COPY $r0q
-    Return implicit $v0
-...
-


        


More information about the llvm-commits mailing list