RFR: 8348678: [PPC64] C2: unaligned vector load/store is ok [v3]
Richard Reingruber
rrich at openjdk.org
Wed Jan 29 21:55:01 UTC 2025
> 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:
8 byte vectore load/stores have no alignment requirement either
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/23318/files
- new: https://git.openjdk.org/jdk/pull/23318/files/20dae18d..296adbc6
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=23318&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=23318&range=01-02
Stats: 6 lines in 1 file changed: 3 ins; 3 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/23318.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23318/head:pull/23318
PR: https://git.openjdk.org/jdk/pull/23318
More information about the hotspot-compiler-dev
mailing list