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:
120120 ret <4 x i32 > %c
121121}
122122
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.
123126define <4 x i32 > @zipeven_v4i32_single (<4 x i32 > %a ) {
124127; CHECK-LABEL: zipeven_v4i32_single:
125128; CHECK: # %bb.0: # %entry
@@ -129,6 +132,9 @@ entry:
129132 ret <4 x i32 > %c
130133}
131134
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.
132138define <4 x i32 > @zipodd_v4i32_single (<4 x i32 > %a ) {
133139; CHECK-LABEL: zipodd_v4i32_single:
134140; CHECK: # %bb.0: # %entry
You can’t perform that action at this time.
0 commit comments