Integrated: 8355704: RISC-V: enable TestIRFma.java
Hamlin Li
mli at openjdk.org
Wed May 7 08:37:26 UTC 2025
On Tue, 29 Apr 2025 12:47:25 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you help to review this patch to enable TestIRFma.java?
> FmaF/D (checked by TestIRFma.java) are supported on riscv, but for some reason we can not enable it easily, but we should enable it.
>
> NOTE: the reason I change IRNode matching rules is that, previously it verify the `FINAL CODE` where every platform could have different instruct name; I change it from machOnlyNameRegex to beforeMatchingNameRegex, to make it verify the `PrintIdeal` where every platform share the same names.
>
> Also tested on machine with `asimd` support.
>
> Thanks!
This pull request has now been integrated.
Changeset: 50554fa1
Author: Hamlin Li <mli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/50554fa1982f042fb1d7b6c8a16334b97b31bb63
Stats: 39 lines in 2 files changed: 39 ins; 0 del; 0 mod
8355704: RISC-V: enable TestIRFma.java
Reviewed-by: rehn, luhenry
-------------
PR: https://git.openjdk.org/jdk/pull/24947
More information about the hotspot-compiler-dev
mailing list