RFR: 8321021: RISC-V: C2 VectorUCastB2X [v2]

Hamlin Li mli at openjdk.org
Fri Mar 8 12:17:15 UTC 2024


On Fri, 8 Mar 2024 03:20:34 GMT, Gui Cao <gcao at openjdk.org> wrote:

>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   modify test config
>
> src/hotspot/cpu/riscv/riscv_v.ad line 3237:
> 
>> 3235: // VectorCastS2X, VectorUCastS2X
>> 3236: 
>> 3237: instruct vcvtStoB(vReg dst, vReg src) %{
> 
> Hi, Should use vcvtStoX instead of vcvtStoB?

Thanks, fixed the typo.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18040#discussion_r1517640253


More information about the hotspot-compiler-dev mailing list