File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
llvm/test/CodeGen/SystemZ Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
---
5
5
name : copy_gr128_to_vr128__r0q_to_v0
@@ -51,9 +51,9 @@ name: copy_gr128_to_vr128__r0q_to_v0_subreg0
51
51
tracksRegLiveness : true
52
52
body : |
53
53
bb.0:
54
- liveins: $r0d
54
+ liveins: $r0q
55
55
; CHECK-LABEL: name: copy_gr128_to_vr128__r0q_to_v0_subreg0
56
- ; CHECK: liveins: $r0d
56
+ ; CHECK: liveins: $r0q
57
57
; CHECK-NEXT: {{ $}}
58
58
; CHECK-NEXT: $v0 = VLVGP $r0d, $r1d
59
59
; CHECK-NEXT: Return implicit $v0
@@ -66,9 +66,9 @@ name: copy_gr128_to_vr128__r0q_to_v0_subreg1
66
66
tracksRegLiveness : true
67
67
body : |
68
68
bb.0:
69
- liveins: $r1d
69
+ liveins: $r0q
70
70
; CHECK-LABEL: name: copy_gr128_to_vr128__r0q_to_v0_subreg1
71
- ; CHECK: liveins: $r1d
71
+ ; CHECK: liveins: $r0q
72
72
; CHECK-NEXT: {{ $}}
73
73
; CHECK-NEXT: $v0 = VLVGP $r0d, $r1d
74
74
; CHECK-NEXT: Return implicit $v0
You can’t perform that action at this time.
0 commit comments