RFR: 8361353: [PPC64] C2: Add nodes UMulHiL, CmpUL3, UMinV, UMaxV, NegVI [v6]
Richard Reingruber
rrich at openjdk.org
Tue Jul 8 12:06:50 UTC 2025
On Tue, 8 Jul 2025 12:00:18 GMT, David Briemann <dbriemann at openjdk.org> wrote:
>> Ok I remember that. Why have you implemented `VMINU` and `VMAXU` for `T_LONG` then?
>
> I tried several nodes/instructions also for longs but most of them performed worse and I removed them.
> `VMINU` and `VMAXU` did at least perform the same or slightly better than the non-vectorized variant. So @TheRealMDoerr and I decided to keep them.
I see. Thanks!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26115#discussion_r2192320376
More information about the hotspot-compiler-dev
mailing list