RFR: 8362284: RISC-V: cleanup NativeMovRegMem [v2]
Ludovic Henry
luhenry at openjdk.org
Thu Jul 17 10:18:51 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 luhenry (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/26328#pullrequestreview-3028884415
More information about the hotspot-compiler-dev
mailing list