Integrated: 8352607: RISC-V: use cmove in min/max when Zicond is supported

Hamlin Li mli at openjdk.org
Tue Mar 25 09:34:23 UTC 2025


On Fri, 21 Mar 2025 12:53:01 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Hi,
> Can you help to review this patch?
> We can let min/max to use cmove if Zicond is supported rather than a branch.
> At this same time, this patch also simplify the code of min/max.
> 
> Thanks!

This pull request has now been integrated.

Changeset: 3d3b7820
Author:    Hamlin Li <mli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3d3b7820371058b40f2e694536c98aa3900abb5f
Stats:     66 lines in 1 file changed: 1 ins; 48 del; 17 mod

8352607: RISC-V: use cmove in min/max when Zicond is supported

Reviewed-by: fyang, rehn

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

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


More information about the hotspot-compiler-dev mailing list