RFR: 8327716: RISC-V: Change type of vector_length param of several assembler functions from int to uint
Gui Cao
gcao at openjdk.org
Tue Mar 12 01:29:24 UTC 2024
On Mon, 11 Mar 2024 02:53:12 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> Hi, we noticed that the return type of Matcher::vector_length is uint, But the type of vector_length param of several assembler functions is int, which is not consistent. This should not affect functionality, but we should change type of vector_length param of several assembler functions from int to uint to make the code clean.
>>
>> ### Tests
>> - [x] Run tier1-3 tests on on LicheePI 4A (release)
>> - [x] Run tier1-3 tests with -XX:+UseRVV on qemu 8.1.0 (release)
>
> Looks good. Thanks!
@RealFYang : Thanks for your review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18175#issuecomment-1989739973
More information about the hotspot-compiler-dev
mailing list