Integrated: 8356188: RISC-V: Cleanup effect of vmaskcmp_fp

Dingli Zhang dzhang at openjdk.org
Wed May 7 01:01:26 UTC 2025


On Tue, 6 May 2025 01:34:33 GMT, Dingli Zhang <dzhang at openjdk.org> wrote:

> Hi all,
> Please take a look and review this PR, thanks!
> 
> See "The RISC-V Instruction Set Manual" at https://riscv.org/technical/specifications/. In the Vector Floating-Point Compare Instructions section:
> 
> The destination mask vector register may be the same as the source vector mask register (v0).
> 
> Also, the integer form of `vmaskcmp` has no effect too, so remove the effect of vmaskcmp_fp.
> 
> ### Testing
> qemu-system 9.1.0 with UseRVV (ubuntu24.10):
> * [x]  Run test/jdk/jdk/incubator/vector (fastdebug)

This pull request has now been integrated.

Changeset: acad0b49
Author:    Dingli Zhang <dzhang at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/acad0b4968f931a00664f18fd22ee97fdb001099
Stats:     1 line in 1 file changed: 0 ins; 1 del; 0 mod

8356188: RISC-V: Cleanup effect of vmaskcmp_fp

Reviewed-by: fyang, gcao

-------------

PR: https://git.openjdk.org/jdk/pull/25055


More information about the hotspot-compiler-dev mailing list