Integrated: 8331399: RISC-V: Don't us mv instead of la
Robbin Ehn
rehn at openjdk.org
Thu May 2 08:14:16 UTC 2024
On Tue, 30 Apr 2024 09:27:09 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> Hi please consider,
>
> It makes no sense to use mv instead of la.
> It doesn't follow the standard mnemonics and it confusing when people use mv when they really mean la.
>
> la will do the reloc with movptr in this case, so the code is the same.
>
> Testing t1.
>
> Thanks, Robbin
This pull request has now been integrated.
Changeset: dd906ffd
Author: Robbin Ehn <rehn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/dd906ffdcb7d965cd4798cb7eebd9c1b71b3c136
Stats: 9 lines in 2 files changed: 0 ins; 7 del; 2 mod
8331399: RISC-V: Don't us mv instead of la
Reviewed-by: fyang, mli, tonyp
-------------
PR: https://git.openjdk.org/jdk/pull/19014
More information about the hotspot-dev
mailing list