RFR: 8302814: Delete unused CountLoopEnd instruct with CmpX [v2]
SUN Guoyun
duke at openjdk.org
Thu Feb 23 08:32:47 UTC 2023
> 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.
SUN Guoyun has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
- Merge branch 'openjdk:master' into 8302814
- Merge branch 'openjdk:master' into 8302814
- 8302814: Delete unused CountLoopEnd instruct with CmpX
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12648/files
- new: https://git.openjdk.org/jdk/pull/12648/files/f1fe81d7..773826e2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12648&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12648&range=00-01
Stats: 5834 lines in 314 files changed: 3851 ins; 1220 del; 763 mod
Patch: https://git.openjdk.org/jdk/pull/12648.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12648/head:pull/12648
PR: https://git.openjdk.org/jdk/pull/12648
More information about the hotspot-compiler-dev
mailing list