RFR: 8373134: C2: Min/Max users of Min/Max uses should be enqueued for GVN [v6]
Galder Zamarreño
galder at openjdk.org
Fri Jan 9 16:14:23 UTC 2026
On Fri, 9 Jan 2026 13:42:50 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Galder Zamarreño has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 13 commits:
>>
>> - Merge branch 'master' into topic.uses-min-max
>> - Module also needed in the wrapper test class
>> - It's the templated test that needs the module
>> - Add missing module to test
>> - Merge branch 'master' into topic.uses-min-max
>> - Test Float16
>> - Only apply to uses that match original IR node
>> - Merge branch 'master' into topic.uses-min-max
>> - Use is_MinMax() instead of spelling out individual Min/Max opcodes
>> - Refactor MaxNode to MinMaxNode and add is_MinMax() query
>> - ... and 3 more: https://git.openjdk.org/jdk/compare/067fd3cb...7229e345
>
> test/hotspot/jtreg/compiler/igvn/TestMinMaxIdentity.java line 26:
>
>> 24: /*
>> 25: * @test
>> 26: * @bug 8354244
>
> Bug ID is different to issue number. Intentional?
> Suggestion:
>
> * @bug 8373134
Not intentional, I think I copied from a previous change
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28895#discussion_r2676764771
More information about the hotspot-compiler-dev
mailing list