RFR: 8368247: RISC-V: enable vectorapi test for expand operation
Dingli Zhang
dzhang at openjdk.org
Tue Sep 23 06:19:11 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 #26740 it added `EXPAND_VX` in IRNode.java . Does this mean we did not test this ExpandV previously when it's implemented?
@Hamlin-Li Thanks for the review! We did not add IR-related tests when we introduced it, but instead used the general tests under test/jdk/jdk/incubator/vector to print the nodes.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27420#issuecomment-3322573855
More information about the hotspot-compiler-dev
mailing list