RFR: [TESTBUG] RISC-V: compiler/vectorization/runner/BasicIntOpTest.java fails with RVV but not Zvbb
Fei Yang
fyang at openjdk.org
Thu Jul 10 11:39:38 UTC 2025
On Thu, 10 Jul 2025 08:31:53 GMT, Dingli Zhang <dzhang at openjdk.org> wrote:
> Hi all,
> Please take a look and review this PR, thanks!
>
> After JDK-8355293 , compiler/vectorization/runner/BasicIntOpTest.java failswith RVV but not Zvbb.
> The reason for the error is that PopCountVI on RISC-V requires zvbb, not just rvv.
>
> ### Test
> - [x] Run compiler/vectorization/runner/BasicIntOpTest.java on k1
> - [x] Run compiler/vectorization/runner/BasicIntOpTest.java on qemu-system (enable RVV) w/ and w/o zvbb
Thanks. Looks reasonable.
-------------
Marked as reviewed by fyang (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/26238#pullrequestreview-3005287870
More information about the hotspot-compiler-dev
mailing list