Integrated: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call

Hannes Greule hgreule at openjdk.org
Thu Apr 3 11:37:08 UTC 2025


On Tue, 1 Apr 2025 06:20:48 GMT, Hannes Greule <hgreule at openjdk.org> wrote:

> Hi,
> 
> this simple change adds a missing AddNode::Ideal call to Or(I|L)Node::Ideal. See the added tests for examples of optimizations that don't apply without this change.
> 
> Please let me know what you think.

This pull request has now been integrated.

Changeset: 3ceabf0f
Author:    Hannes Greule <hgreule at openjdk.org>
Committer: Emanuel Peter <epeter at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3ceabf0f647beb4943c06709aa8797f7511cd48e
Stats:     41 lines in 3 files changed: 33 ins; 0 del; 8 mod

8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call

Reviewed-by: epeter, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list