RFR: 8348678: [PPC64] C2: unaligned vector load/store is ok
Amit Kumar
amitkumar at openjdk.org
Wed Jan 29 03:39:46 UTC 2025
On Mon, 27 Jan 2025 16:04:33 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.
Marked as reviewed by amitkumar (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/23318#pullrequestreview-2579933218
More information about the hotspot-compiler-dev
mailing list