RFR: 8342103: C2 compiler support for Float16 type and associated operations [v2]
Emanuel Peter
epeter at openjdk.org
Mon Nov 25 08:05:36 UTC 2024
On Tue, 19 Nov 2024 11:45:34 GMT, Bhavana Kilambi <bkilambi at openjdk.org> wrote:
>> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Testpoints for new value transforms + code cleanups
>
> src/hotspot/share/opto/node.cpp line 1600:
>
>> 1598:
>> 1599: // Get a half float constant from a ConstNode.
>> 1600: // Returns the constant if it is a float ConstNode
>
> half float ConstNode?
Suggestion:
// Returns the constant if it is a half float ConstNode
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21490#discussion_r1856011460
More information about the core-libs-dev
mailing list