On Tue, 9 Jun 2026 08:44:09 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
>
> src/hotspot/cpu/aarch64/aarch64_vector_ad.m4 line 1537:
>
>> 1535:
>> 1536: instruct vmla_masked(vReg dst_src1, vReg src2, vReg src3, pRegGov pg)
>> %{
>> 1537: predicate(UseSVE > 0);
>
> Should we also check for `is_multiply_accumulate_candidate` here? Or is the
> pattern different?
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30237#discussion_r3395784687