RFR: 8322753: RISC-V: C2 ReverseBytesV [v5]

Hamlin Li mli at openjdk.org
Wed May 8 13:29:18 UTC 2024


On Wed, 8 May 2024 13:19:43 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   minor
>
> src/hotspot/cpu/riscv/riscv_v.ad line 3771:
> 
>> 3769:     __ vrev8_v(as_VectorRegister($dst$$reg), as_VectorRegister($src$$reg), Assembler::v0_t);
>> 3770:   %}
>> 3771:   ins_pipe( pipe_slow );
> 
> Nit: Better to remove redundant the spaces around pipe_slow.

done!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19120#discussion_r1594030510


More information about the hotspot-dev mailing list