RFR: 8327652: S390x: Implements SLP support [v3]

Martin Doerr mdoerr at openjdk.org
Mon Mar 18 12:51:26 UTC 2024


On Mon, 18 Mar 2024 12:01:54 GMT, Sidraya Jayagond <sjayagond at openjdk.org> wrote:

>> This PR Adds SIMD support on s390x.
>
> Sidraya Jayagond has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add proper comments and cosmetic changes.

src/hotspot/cpu/s390/s390.ad line 192:

> 190: // ----------------------------
> 191:   // 1st 16 VRs are aliases for the FPRs which are already defined above.
> 192:   reg_def Z_VR0   ( SOC, SOC, Op_RegF, 0, VMRegImpl::Bad());

I think `Op_VecX` should be used. The _H, _J, _K versions shouldn't be needed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18162#discussion_r1528473402


More information about the hotspot-dev mailing list