On Thu, 28 May 2026 10:36:27 GMT, Emanuel Peter <[email protected]> wrote:

>> Jatin Bhateja has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Review comments resolutions
>
> src/hotspot/cpu/aarch64/aarch64_vector_ad.m4 line 359:
> 
>> 357:       // The Vector API does not yet emit predicated Float16 IR. When 
>> such masked IR can be
>> 358:       // generated, these masked operations will be enabled and the 
>> relevant backend support
>> 359:       // added.
> 
> Could we have some kind of assert for this, so we don't miss it later on?

These cases are listed within Matcher::match_rule_supported_vector_masked which 
returns a true value only for operations which support predicated/masked 
variants.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28002#discussion_r3322198612

Reply via email to