RFR: 8346174: UMAX/UMIN are missing from XXXVector::reductionOperations [v2]

Jatin Bhateja jbhateja at openjdk.org
Mon Dec 16 08:16:39 UTC 2024


On Fri, 13 Dec 2024 21:25:48 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Add functional support for unsigned min/max reductions on vectors.
>> 
>> We also need to ensure that the `reductionCoerced` intrinsic bails out when there is no reduction operation for the lanewise operation. When intrinsic support is added for integral vectors this will still be the case for floating point vectors.
>
> Paul Sandoz has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Merge checks

LGTM.

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

Marked as reviewed by jbhateja (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22741#pullrequestreview-2505433143


More information about the hotspot-compiler-dev mailing list