Integrated: 8355913: RISC-V: improve hotspot/jtreg/compiler/vectorization/runner/BasicFloatOpTest.java
Hamlin Li
mli at openjdk.org
Thu May 1 08:17:48 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!
This pull request has now been integrated.
Changeset: 0cd0afb2
Author: Hamlin Li <mli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0cd0afb2b32abd77f6275cf34a499b5cb31f22b5
Stats: 10 lines in 3 files changed: 2 ins; 0 del; 8 mod
8355913: RISC-V: improve hotspot/jtreg/compiler/vectorization/runner/BasicFloatOpTest.java
Reviewed-by: fyang, rehn
-------------
PR: https://git.openjdk.org/jdk/pull/24950
More information about the hotspot-compiler-dev
mailing list