RFR: 8365206: RISC-V: compiler/c2/irTests/TestFloat16ScalarOperations.java is failing on riscv64 [v4]

Hamlin Li mli at openjdk.org
Fri Aug 22 12:22:32 UTC 2025


On Thu, 21 Aug 2025 07:25:03 GMT, Dingli Zhang <dzhang at openjdk.org> wrote:

>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   comments
>
> src/hotspot/cpu/riscv/macroAssembler_riscv.cpp line 5972:
> 
>> 5970:   // Check j.l.Float.floatToFloat16 for more information.
>> 5971:   // 10 bits
>> 5972:   slli(tmp1, dst, 9+32);
> 
> Suggestion for adding some whitespace:
> Suggestion:
> 
>   slli(tmp1, dst, 9 + 32);

fixed, thanks

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26838#discussion_r2293573019


More information about the hotspot-dev mailing list