Skip to content

Commit 6535e7a

Browse files
committed
SystemZ: Remove redundant copy tests from 75f4baa
1 parent 44648cc commit 6535e7a

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

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

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -45,34 +45,3 @@ body: |
4545
$v0 = COPY undef $r0q
4646
Return implicit $v0
4747
...
48-
49-
---
50-
name: copy_gr128_to_vr128__r0q_to_v0_subreg0
51-
tracksRegLiveness: true
52-
body: |
53-
bb.0:
54-
liveins: $r0q
55-
; CHECK-LABEL: name: copy_gr128_to_vr128__r0q_to_v0_subreg0
56-
; CHECK: liveins: $r0q
57-
; CHECK-NEXT: {{ $}}
58-
; CHECK-NEXT: $v0 = VLVGP $r0d, $r1d
59-
; CHECK-NEXT: Return implicit $v0
60-
$v0 = COPY $r0q
61-
Return implicit $v0
62-
...
63-
64-
---
65-
name: copy_gr128_to_vr128__r0q_to_v0_subreg1
66-
tracksRegLiveness: true
67-
body: |
68-
bb.0:
69-
liveins: $r0q
70-
; CHECK-LABEL: name: copy_gr128_to_vr128__r0q_to_v0_subreg1
71-
; CHECK: liveins: $r0q
72-
; CHECK-NEXT: {{ $}}
73-
; CHECK-NEXT: $v0 = VLVGP $r0d, $r1d
74-
; CHECK-NEXT: Return implicit $v0
75-
$v0 = COPY $r0q
76-
Return implicit $v0
77-
...
78-

0 commit comments

Comments
 (0)