RFR: 8301814: RISCV: Delete unused CountLoopEnd instruct with CmpX
SUN Guoyun
duke at openjdk.org
Tue Feb 21 01:29:24 UTC 2023
On Mon, 20 Feb 2023 07:34:08 GMT, SUN Guoyun <duke at openjdk.org> wrote:
> CountLoopEnd only for T_int, therefore the following instructs in riscv.ad are useless and should be deleted.
>
> CountedLoopEnd cmp (CmpL op1 op2)
> CountedLoopEnd cmp (CmpU op1 op2)
> CountedLoopEnd cmp (CmpP op1 op2)
> CountedLoopEnd cmp (CmpN op1 op2)
> CountedLoopEnd cmp (CmpF op1 op2)
> CountedLoopEnd cmp (CmpD op1 op2)
>
> Please help review it.
>
> Thanks.
The failure `linux-cross-compile / build (arm)` is not related to this patch.
-------------
PR: https://git.openjdk.org/jdk/pull/12648
More information about the hotspot-compiler-dev
mailing list