Integrated: 8320399: RISC-V: Some format clean-up in opto assembly code

Feilong Jiang fjiang at openjdk.org
Wed Nov 22 10:16:17 UTC 2023


On Mon, 20 Nov 2023 11:38:09 GMT, Feilong Jiang <fjiang at openjdk.org> wrote:

> Hi, please review this trivial clean-up in riscv.ad and c2_macroAssembler_riscv.cpp:
> - Some C2 instructions are missing the `done` label at the end of the format string. 
> - Fix format naming error in `MoveF2I_reg_reg` and `MoveL2D_reg_reg`.
> - Small code adjustments to `C2_MacroAssembler::string_compare`.
> 
> Testing:
> - [x] GHA linux-riscv cross-compiling

This pull request has now been integrated.

Changeset: 5e818318
Author:    Feilong Jiang <fjiang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5e818318eac8cda7d42b599dc7d7d44e5c299a9f
Stats:     23 lines in 2 files changed: 6 ins; 0 del; 17 mod

8320399: RISC-V: Some format clean-up in opto assembly code

Reviewed-by: fyang

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

PR: https://git.openjdk.org/jdk/pull/16734


More information about the hotspot-compiler-dev mailing list