File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
llvm/test/CodeGen/SystemZ Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -45,34 +45,3 @@ body: |
45
45
$v0 = COPY undef $r0q
46
46
Return implicit $v0
47
47
...
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
-
You can’t perform that action at this time.
0 commit comments