8361532: RISC-V: Several vector tests fail after JDK-8354383

Reviewed-by: fyang, fjiang, gcao
This commit is contained in:
Dingli Zhang 2025-07-09 05:57:38 +00:00 committed by Fei Yang
parent 4761479608
commit e0245682c8

View File

@ -8426,6 +8426,17 @@ instruct castVV(vReg dst)
ins_pipe(pipe_class_empty);
%}
instruct castVVMask(vRegMask dst)
%{
match(Set dst (CastVV dst));
size(0);
format %{ "# castVV of $dst" %}
ins_encode(/* empty encoding */);
ins_cost(0);
ins_pipe(pipe_class_empty);
%}
// ============================================================================
// Convert Instructions