RFR: 8353359: C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call [v2]

Hannes Greule hgreule at openjdk.org
Thu Apr 3 07:56:56 UTC 2025


On Thu, 3 Apr 2025 07:52:21 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, I'll wait for a second review I guess?

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

PR Comment: https://git.openjdk.org/jdk/pull/24348#issuecomment-2774786364


More information about the hotspot-compiler-dev mailing list