RFR: 8318217: RISC-V: C2 VectorizedHashCode [v2]

Yuri Gaevsky duke at openjdk.org
Thu Nov 16 09:08:32 UTC 2023


On Tue, 14 Nov 2023 15:41:07 GMT, Hamlin Li <mli at openjdk.org> wrote:

>> Yuri Gaevsky has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Minor cosmetic fixes.
>
> src/hotspot/cpu/riscv/riscv.ad line 10306:
> 
>> 10304: 
>> 10305: 
>> 10306: instruct arrays_hashcode(iRegP_R11 ary, iRegI_R12 cnt, iRegI_R10 result, immI basic_type,
> 
> Is it necessary to specify the regs(r11/12/10) here?

I've just "borrowed" those definitions from other intrinsics around. Do you think we can improve this with iRegP/iRegI?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16629#discussion_r1395371122


More information about the hotspot-dev mailing list