RFR: 8356642: RISC-V: enable hotspot/jtreg/compiler/vectorapi/VectorFusedMultiplyAddSubTest.java
Manuel Hässig
mhaessig at openjdk.org
Mon May 12 12:18:57 UTC 2025
On Fri, 9 May 2025 13:47:41 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you help to review this patch?
>
> API comibnation like `av.lanewise(VectorOperators.FMA, bv.neg(), cv, mask).intoArray(fr, i);` should be able to be optimized to some special instruct rather than a bunch of instructs.
>
> We can not verify IR node (via `beforeMatchingNameRegex`) in PrintIdeal phase, as it does not mean that the special instruct are generated in FINAL CODE phase, it could be a combination of multiple different instruct.
>
> As riscv use different instruct names, so I create new ones in IRNode.java.
>
> Thanks
The tests passed.
-------------
Marked as reviewed by mhaessig (Author).
PR Review: https://git.openjdk.org/jdk/pull/25145#pullrequestreview-2833003074
More information about the hotspot-compiler-dev
mailing list