Integrated: 8296515: RISC-V: Small refactoring for MaxReductionV/MinReductionV/AddReductionV node implementation

Gui Cao gcao at openjdk.org
Wed Nov 9 09:42:23 UTC 2022


On Tue, 8 Nov 2022 09:16:22 GMT, Gui Cao <gcao at openjdk.org> wrote:

> HI,
> 
> The MaxReductionV, MinReductionV, AddReductionV nodes currently implemented by riscv rvv can be implemented by calling shared functions, and the T_BYTE and T_SHORT types in the MaxReductionV and MinReductionV node implementations can also be implemented in the same way as the T_INT type.
> 
> Please take a look and have some reviews. Thanks a lot.
> 
> ## Testing:
> - hotspot and jdk tier1 on unmatched board without new failures
> - test/jdk/jdk/incubator/vector/* with fastdebug on qemu

This pull request has now been integrated.

Changeset: fef68bba
Author:    Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fef68bbaf6de7e0d4be311a5f3648c16548c5b4d
Stats:     190 lines in 4 files changed: 21 ins; 117 del; 52 mod

8296515: RISC-V: Small refactoring for MaxReductionV/MinReductionV/AddReductionV node implementation

Reviewed-by: luhenry, dzhang, yzhu, fyang

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

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


More information about the hotspot-dev mailing list