RFR: 8349908: RISC-V: C2 SelectFromTwoVector [v2]

Hamlin Li mli at openjdk.org
Mon Feb 17 15:15:28 UTC 2025


On Mon, 17 Feb 2025 14:34:56 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 4458:
> 
>> 4456:     }
>> 4457:     __ vrgather_vv(as_VectorRegister($dst$$reg), as_VectorRegister($src2$$reg),
>> 4458:                   as_VectorRegister($tmp$$reg), Assembler::v0_t);
> 
> Nit: need one extra space to fix the indentation for this line

sure, fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23614#discussion_r1958398277


More information about the hotspot-compiler-dev mailing list