RFR: 8346174: UMAX/UMIN are missing from XXXVector::reductionOperations [v2]
Quan Anh Mai
qamai at openjdk.org
Sat Dec 14 13:06:35 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
Marked as reviewed by qamai (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/22741#pullrequestreview-2503863317
More information about the hotspot-compiler-dev
mailing list