RFR: 8336356: [s390x] preserve Vector Register before using for string compress / expand
Lutz Schmidt
lucy at openjdk.org
Thu Dec 12 16:07:37 UTC 2024
On Mon, 25 Nov 2024 04:58:11 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
> This PR adds `TEMP` effect for the vector register, allotted by register allocator, used in the string compress/expand intrinsic. Also it enabled the Vector computation part of those intrinsics which was disabled by https://github.com/openjdk/jdk/pull/18162
>
> tier1 test, which also includes string intrinsic tests `compiler/intrinsics/string/` are clean. No regression seen.
Looks good.
Thank you for reactivating the vector code.
-------------
Marked as reviewed by lucy (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22354#pullrequestreview-2500114893
More information about the hotspot-compiler-dev
mailing list