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.
```
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.
- links to
-
Commit(master) openjdk/jdk/acad0b49
-
Review(master) openjdk/jdk/25055