RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call [v2]
Emanuel Peter
epeter at openjdk.org
Thu Apr 3 07:52:21 UTC 2025
On Thu, 3 Apr 2025 07:49:46 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.
>
> Hannes Greule has updated the pull request incrementally with two additional commits since the last revision:
>
> - update license year
> - add bug id
Thanks for the updates and the fix :)
-------------
Marked as reviewed by epeter (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24348#pullrequestreview-2738839095
More information about the hotspot-compiler-dev
mailing list