File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
llvm/test/CodeGen/RISCV/rvv Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ entry:
120
120
ret <4 x i32 > %c
121
121
}
122
122
123
+ ; This is the zipeven pattern with a poison second operand. That happens
124
+ ; to also be described as an identity shuffle, so this is testing that we
125
+ ; don't emit the zipeven instruction.
123
126
define <4 x i32 > @zipeven_v4i32_single (<4 x i32 > %a ) {
124
127
; CHECK-LABEL: zipeven_v4i32_single:
125
128
; CHECK: # %bb.0: # %entry
@@ -129,6 +132,9 @@ entry:
129
132
ret <4 x i32 > %c
130
133
}
131
134
135
+ ; This is the zipodd pattern with a poison second operand. That happens
136
+ ; to also be described as a single slide, so this is testing that we
137
+ ; don't emit the zipodd instruction.
132
138
define <4 x i32 > @zipodd_v4i32_single (<4 x i32 > %a ) {
133
139
; CHECK-LABEL: zipodd_v4i32_single:
134
140
; CHECK: # %bb.0: # %entry
You can’t perform that action at this time.
0 commit comments