Skip to content

Commit e024568

Browse files
DingliZhangRealFYang
authored andcommitted
8361532: RISC-V: Several vector tests fail after JDK-8354383
Reviewed-by: fyang, fjiang, gcao
1 parent 4761479 commit e024568

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/hotspot/cpu/riscv/riscv.ad

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8426,6 +8426,17 @@ instruct castVV(vReg dst)
84268426
ins_pipe(pipe_class_empty);
84278427
%}
84288428

8429+
instruct castVVMask(vRegMask dst)
8430+
%{
8431+
match(Set dst (CastVV dst));
8432+
8433+
size(0);
8434+
format %{ "# castVV of $dst" %}
8435+
ins_encode(/* empty encoding */);
8436+
ins_cost(0);
8437+
ins_pipe(pipe_class_empty);
8438+
%}
8439+
84298440
// ============================================================================
84308441
// Convert Instructions
84318442

0 commit comments

Comments
 (0)