RFR: 8368861: [TEST] compiler/floatingpoint/ScalarFPtoIntCastTest.java expects x86 IR on non-x86 platforms [v2]

Mohamed Issa missa at openjdk.org
Tue Sep 30 19:14:28 UTC 2025


On Tue, 30 Sep 2025 16:16:08 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

>> This removes X86 specific IR checks that are applied if the X86 specific feature *avx10_2* is not present.
>> 
>> We could make the checks dependent on the platform being X86 if we wanted to keep them but I don't see a value in doing so.
>> 
>> Tested on X86 and PPC64
>
> Richard Reingruber has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Keep checks and limit them to x64

With these changes, the tests pass on x86 for avx10.2 and non-avx10.2 conversion paths.

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

PR Comment: https://git.openjdk.org/jdk/pull/27546#issuecomment-3353469663


More information about the hotspot-compiler-dev mailing list