On Tue, 9 Jun 2026 10:34:15 GMT, Emanuel Peter <[email protected]> wrote:
>> Fei Gao has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Add Vector API IR test case
>
> test/hotspot/jtreg/compiler/vectorization/TestVmlaAArch64.java line 67:
>
>> 65: @IR(applyIfCPUFeature = {"sve", "true"},
>> 66: applyIfAnd = {"MaxVectorSize", "<= 16", "AvoidMLAChain", "true"},
>> 67: counts = {IRNode.VMLA, "=0"})
>
> Should there be similar `VMLS` cases tested, with IR rules as well?
And what about masked tests for SVE? (definitely optional from my side)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30237#discussion_r3379912724