Skip to content

Commit 05dab28

Browse files
DingliZhangPaul Hohensee
authored andcommitted
8361532: RISC-V: Several vector tests fail after JDK-8354383
Backport-of: e0245682c8d5a0daae055045c81248c12fb23c09
1 parent 8229274 commit 05dab28

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
@@ -8431,6 +8431,17 @@ instruct castVV(vReg dst)
84318431
ins_pipe(pipe_class_empty);
84328432
%}
84338433

8434+
instruct castVVMask(vRegMask dst)
8435+
%{
8436+
match(Set dst (CastVV dst));
8437+
8438+
size(0);
8439+
format %{ "# castVV of $dst" %}
8440+
ins_encode(/* empty encoding */);
8441+
ins_cost(0);
8442+
ins_pipe(pipe_class_empty);
8443+
%}
8444+
84348445
// ============================================================================
84358446
// Convert Instructions
84368447

0 commit comments

Comments
 (0)