RFR: 8320725: C2: Add "requires_strict_order" flag for floating-point add-reduction [v6]

Bhavana Kilambi bkilambi at openjdk.org
Thu Apr 18 15:47:30 UTC 2024


On Thu, 18 Apr 2024 08:13:07 GMT, Bhavana Kilambi <bkilambi at openjdk.org> wrote:

>> src/hotspot/cpu/aarch64/aarch64_vector.ad line 2858:
>> 
>>> 2856: // reduction addF
>>> 2857: 
>>> 2858: instruct reduce_non_strict_order_add2F_neon(vRegF dst, vRegF fsrc, vReg vsrc) %{
>> 
>> Now that you have changed the name of the method, you should also change the `format` in all of the methods.
>
> Oh no! Sorry I missed that. Will do that right away.

I have updated the `format` for the rules I changed. Thanks for spotting it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18034#discussion_r1570999327


More information about the hotspot-compiler-dev mailing list