RFR: 8318218: RISC-V: C2 CompressBits [v8]

Hamlin Li mli at openjdk.org
Mon Nov 13 15:27:32 UTC 2023


On Mon, 13 Nov 2023 15:08:21 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   refine code 2
>
> src/hotspot/cpu/riscv/riscv_v.ad line 2884:
> 
>> 2882: 
>> 2883: instruct compressBitsI(iRegINoSp dst, iRegIorL2I src, iRegIorL2I mask, vRegMask_V0 v0,
>> 2884:                        vReg_V4 v4, vReg_V4 v5, vReg_V8 v8, vReg_V4 v9) %{
> 
> Just noticed that this should be `vReg_V4 v4, vReg_V5 v5, vReg_V8 v8, vReg_V9 v9`.

My bad, thanks for catching these typos!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16481#discussion_r1391266387


More information about the hotspot-dev mailing list