Integrated: 8312547: Max/Min nodes Value implementation could be improved

Quan Anh Mai qamai at openjdk.org
Fri Aug 25 17:51:22 UTC 2023


On Tue, 25 Jul 2023 15:02:00 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

> Hi,
> 
> This patch removes the early return in `AddNode::Value` in case one of the inputs is a bottom, which may affect the value calculation of nodes such as `Min/MaxNode`.
> 
> Please kindly review, thanks very much.

This pull request has now been integrated.

Changeset: 837cf85f
Author:    Quan Anh Mai <qamai at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/837cf85f7d5917f03c61c9bb4b8efe021de92b77
Stats:     63 lines in 2 files changed: 34 ins; 5 del; 24 mod

8312547: Max/Min nodes Value implementation could be improved

Reviewed-by: thartmann, kvn

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

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


More information about the hotspot-compiler-dev mailing list