RFR: 8348868: AArch64: Add backend support for SelectFromTwoVector [v10]
Bhavana Kilambi
bkilambi at openjdk.org
Mon Jul 7 08:40:42 UTC 2025
On Thu, 3 Jul 2025 10:04:26 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> Bhavana Kilambi has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Addressed review comments
>
> test/hotspot/jtreg/compiler/vectorapi/TestSelectFromTwoVectorOp.java line 234:
>
>> 232:
>> 233: @Test
>> 234: @IR(counts = {IRNode.SELECT_FROM_TWO_VECTOR_VS, IRNode.VECTOR_SIZE_8, ">0"},
>
> Hi @Bhavana-Kilambi ,
> Kindly also include x86-specific feature checks in IR rules for this test.
>
> You can directly integrate attached patch.
>
> [select_from_ir_feature.txt](https://github.com/user-attachments/files/21034639/select_from_ir_feature.txt)
Thank you @jatin-bhateja . Will do that in my next patch with other changes.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23570#discussion_r2189374185
More information about the hotspot-compiler-dev
mailing list