RFR: 8348868: AArch64: Add backend support for SelectFromTwoVector [v5]

Bhavana Kilambi bkilambi at openjdk.org
Wed Jun 25 09:58:33 UTC 2025


On Wed, 25 Jun 2025 09:51:19 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> Bhavana Kilambi has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revert a small change in c2_MacroAssembler.hpp
>
> src/hotspot/cpu/aarch64/aarch64_vector_ad.m4 line 5288:
> 
>> 5286:   %}
>> 5287:   ins_pipe(pipe_slow);
>> 5288: %}
> 
> You should use the macro processor here, not cut and paste.

Oh right! apologies should have thought of it. I'll update this. Thanks!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23570#discussion_r2166315759


More information about the hotspot-compiler-dev mailing list