RFR: 8357694: RISC-V: Several IR verification tests fail when vlen=128 [v2]
Dingli Zhang
dzhang at openjdk.org
Mon Jul 21 05:01:46 UTC 2025
On Mon, 21 Jul 2025 04:15:19 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> Dingli Zhang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Apply fix only on RISC-V
>
> test/hotspot/jtreg/compiler/c2/irTests/TestIfMinMax.java line 298:
>
>> 296:
>> 297: @Test
>> 298: @IR(applyIfAnd = { "SuperWordReductions", "true", "MaxVectorSize", ">=32" },
>
> Maybe we should only add this new requirement for RVV? Seems that it is not needed for avx512.
Thanks for the review! I will add restrictions only for RISC-V.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26408#discussion_r2218189115
More information about the hotspot-compiler-dev
mailing list