RFR: 8355913: RISC-V: improve hotspot/jtreg/compiler/vectorization/runner/BasicFloatOpTest.java
Hamlin Li
mli at openjdk.org
Tue Apr 29 13:48:23 UTC 2025
Hi,
Can you help to review this simple patch?
Previously, BasicFloatOpTest.java is accidently not really enabled on riscv.
And FmaVF/FmaVD depends on both UseFMA and UseRVV, the code should make it clear in this sense.
And IR verification of FmaVF in BasicFloatOpTest.java should only be enabled when UseFMA && rvv.
Thanks!
-------------
Commit messages:
- initial commit
Changes: https://git.openjdk.org/jdk/pull/24950/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24950&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8355913
Stats: 10 lines in 3 files changed: 2 ins; 0 del; 8 mod
Patch: https://git.openjdk.org/jdk/pull/24950.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24950/head:pull/24950
PR: https://git.openjdk.org/jdk/pull/24950
More information about the hotspot-compiler-dev
mailing list