RFR: 8357056: RISC-V: Asm fixes - load/store width

Ludovic Henry luhenry at openjdk.org
Mon May 19 08:49:52 UTC 2025


On Thu, 15 May 2025 14:46:12 GMT, Robbin Ehn <rehn at openjdk.org> wrote:

> Hi, please consider.
> 
> While working on https://github.com/openjdk/jdk/pull/25252, I notice:
> - Major op code was just repeat
> - Width coded in binary
> - Stores have mixed up rs1 and rs2
> - Bonus, fsd used a macro for no reason
> 
> I think this improves readability.
> 
> Tested tier1
> 
> Thanks, Robbin

Marked as reviewed by luhenry (Committer).

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

PR Review: https://git.openjdk.org/jdk/pull/25253#pullrequestreview-2849945008


More information about the hotspot-compiler-dev mailing list