RFR: 8368247: RISC-V: enable vectorapi test for expand operation

Hamlin Li mli at openjdk.org
Mon Sep 22 12:20:36 UTC 2025


On Mon, 22 Sep 2025 09:09:05 GMT, Dingli Zhang <dzhang at openjdk.org> wrote:

> Hi,
> Can you help to review this patch? Thanks!
> 
> [JDK-8363989](https://bugs.openjdk.org/browse/JDK-8363989) adds a vectorapi test for VectorAPI expand operation, which we can also enable on RISC-V.
> 
> ### Test (fastdebug)
> - [x] Run compiler/vectorapi/VectorExpandTest.java on k1 and sg2042

Looks good. Thanks!
I saw in https://github.com/openjdk/jdk/pull/26740 it added `EXPAND_VX` in IRNode.java . Does this mean we did not test this ExpandV previously when it's implemented?

-------------

Marked as reviewed by mli (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/27420#pullrequestreview-3252354644


More information about the hotspot-compiler-dev mailing list