RFR: 8362284: RISC-V: cleanup NativeMovRegMem [v2]
Fei Yang
fyang at openjdk.org
Wed Jul 16 12:33:44 UTC 2025
On Wed, 16 Jul 2025 10:48:23 GMT, Hamlin Li <mli at openjdk.org> wrote:
>> Hi,
>> Can you help to review this simple patch?
>>
>> NativeMovRegMem on riscv is actually dead code, but still needed in case of compilation of C1.
>> So make the code as simple as possible to avoid any reading and maintainance effort.
>>
>> No tests, as `offset()` and `set_offset()` were Unimplemented and used in C1 and never triggered before.
>>
>> Thanks!
>
> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>
> use nullptr
Marked as reviewed by fyang (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/26328#pullrequestreview-3024690862
More information about the hotspot-compiler-dev
mailing list