RFR: 8373396: Min and Max Ideal missing AddNode::Ideal optimisations [v3]
Galder Zamarreño
galder at openjdk.org
Tue Dec 16 08:07:18 UTC 2025
On Tue, 16 Dec 2025 07:51:12 GMT, Galder Zamarreño <galder at openjdk.org> wrote:
>> test/hotspot/jtreg/compiler/igvn/TestMinMaxIdeal.java line 101:
>>
>>> 99: let("irNodeName", op.name()),
>>> 100: let("boxedTypeName", op.type.boxedTypeName()),
>>> 101: let("op", op.name()),
>>
>> Nit: you are repeating the same value `op.name()` with two hashtags `op` and `irNodeName`. Is that intentional?
>
> No, I'll get it fixed
Just pushed a fix
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28770#discussion_r2622190587
More information about the hotspot-compiler-dev
mailing list