RFR: 8348678: [PPC64] C2: unaligned vector load/store is ok [v4]
Richard Reingruber
rrich at openjdk.org
Tue Feb 11 07:48:15 UTC 2025
On Wed, 29 Jan 2025 22:05:04 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
>> This pr changes `Matcher::misaligned_vectors_ok` to return `true` on PPC64 for better vectorization during `SuperWord`.
>> IR checking of the corresponding test `TestCastX2NotProcessedIGVN.java` is also enabled.
>>
>> Tested with `TestCastX2NotProcessedIGVN.java`
>>
>> The change passed our CI testing:
>> Tier 1-4 of hotspot and jdk. All of langtools and jaxp. Renaissance Suite and SAP specific tests.
>> Testing was done on the main platforms and also on Linux/PPC64le and AIX.
>
> Richard Reingruber has updated the pull request incrementally with one additional commit since the last revision:
>
> Copyright header
Thanks for the reviews.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23318#issuecomment-2650037850
More information about the hotspot-compiler-dev
mailing list