RFR: 8355654: RISC-V: Relax register constraint for some vector-scalar instructions [v4]

Dingli Zhang dzhang at openjdk.org
Mon Apr 28 14:12:47 UTC 2025


On Mon, 28 Apr 2025 08:49:54 GMT, Gui Cao <gcao at openjdk.org> wrote:

>> Hi, here we separate src from dst_src to give the compiler a greater degree of flexibility. Note that in the masked version we can't modify it, because we can't change inactive elements in the mask version.
>> 
>> ### Testing
>> qemu-system 9.1.50 with UseRVV:
>> 
>> - [x] Run test/jdk/jdk/incubator/vector (fastdebug)
>
> Gui Cao has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Polishing

LGTM, thanks!

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

Marked as reviewed by dzhang (Author).

PR Review: https://git.openjdk.org/jdk/pull/24905#pullrequestreview-2799451046


More information about the hotspot-compiler-dev mailing list