RFR: 8355913: RISC-V: improve hotspot/jtreg/compiler/vectorization/runner/BasicFloatOpTest.java
Robbin Ehn
rehn at openjdk.org
Wed Apr 30 11:53:49 UTC 2025
On Tue, 29 Apr 2025 13:42:22 GMT, Hamlin Li <mli at openjdk.org> wrote:
> 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!
Thanks, seems fine!
-------------
Marked as reviewed by rehn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24950#pullrequestreview-2806793580
More information about the hotspot-compiler-dev
mailing list