Integrated: 8346174: UMAX/UMIN are missing from XXXVector::reductionOperations

Paul Sandoz psandoz at openjdk.org
Mon Dec 16 18:55:47 UTC 2024


On Fri, 13 Dec 2024 18:42:27 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.

This pull request has now been integrated.

Changeset: 31c3b191
Author:    Paul Sandoz <psandoz at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/31c3b191745b5c97ae4e757323355fb9831da9fe
Stats:     3586 lines in 27 files changed: 3585 ins; 0 del; 1 mod

8346174: UMAX/UMIN are missing from XXXVector::reductionOperations

Reviewed-by: qamai, jbhateja

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

PR: https://git.openjdk.org/jdk/pull/22741


More information about the hotspot-compiler-dev mailing list