RFR: 8365200: RISC-V: compiler/loopopts/superword/TestGeneralizedReductions.java fails with Zvbb and vlen=128 [v2]
Dingli Zhang
dzhang at openjdk.org
Tue Aug 12 01:12:49 UTC 2025
On Mon, 11 Aug 2025 20:24:44 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Dingli Zhang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add missing whitespace
>
> test/hotspot/jtreg/compiler/loopopts/superword/TestGeneralizedReductions.java line 169:
>
>> 167: @IR(applyIfPlatform = {"riscv64", "true"},
>> 168: applyIfCPUFeatureOr = {"zvbb", "true"},
>> 169: applyIfAnd = {"SuperWordReductions", "true","UsePopCountInstruction", "true", "MaxVectorSize", ">=32"},
>
> Suggestion:
>
> applyIfAnd = {"SuperWordReductions", "true", "UsePopCountInstruction", "true", "MaxVectorSize", ">=32"},
Thanks for the review! Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26719#discussion_r2268332782
More information about the hotspot-compiler-dev
mailing list