RFR: 8355074: RISC-V: C2: Support Vector-Scalar version of Zvbb Vector And-Not instruction [v2]

Anjian-Wen duke at openjdk.org
Fri Apr 25 01:46:49 UTC 2025


On Thu, 24 Apr 2025 14:22:34 GMT, Feilong Jiang <fjiang at openjdk.org> wrote:

>> Anjian-Wen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   add prefix for test String
>
> src/hotspot/cpu/riscv/riscv_v.ad line 416:
> 
>> 414: // vector-immediate add (unpredicated)
>> 415: 
>> 416: instruct vaddI_vi(vReg dst, vReg src1, immI5 con) %{
> 
> Perhaps we can do these naming refactorings in a separate PR first. This will look cleaner.

thanks, that's a good idea, I'll split it into two patch

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24709#discussion_r2059442446


More information about the hotspot-compiler-dev mailing list