Integrated: 8350480: RISC-V: Relax assertion about registers in C2_MacroAssembler::minmax_fp
Fei Yang
fyang at openjdk.org
Sat Feb 22 10:19:06 UTC 2025
On Fri, 21 Feb 2025 06:36:52 GMT, Fei Yang <fyang at openjdk.org> wrote:
> Hi, please review this trivial change.
> The current assertion about the registers is more than needed.
> It requires that `dst`, `src1` and `src2` must be different from each other.
> But the code only required that `dst` must be different from `src1` and `src2`.
> Patch simply relaxes the assersion removing the unneeded constraint.
> fastdebug builds OK with change.
This pull request has now been integrated.
Changeset: a8916308
Author: Fei Yang <fyang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a891630817844c8c42994da3b3110925ca4595a0
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8350480: RISC-V: Relax assertion about registers in C2_MacroAssembler::minmax_fp
Reviewed-by: mli, fjiang
-------------
PR: https://git.openjdk.org/jdk/pull/23723
More information about the hotspot-compiler-dev
mailing list