RFR: 8292338: aarch64: Use cbnz instruction in gen_continuation_enter when possible
Hao Sun
haosun at openjdk.org
Mon Aug 15 02:22:14 UTC 2022
On Mon, 15 Aug 2022 01:52:35 GMT, Fei Yang <fyang at openjdk.org> wrote:
> This is a trivial improvement for gen_continuation_enter on aarch64.
> On AAch64, we can combine Compare and Branch on Zero/Nonzero into CBZ/CBNZ to save one instruction.
> Tier1 tested with fastdebug build on aarch64-linux-gnu.
LGTM. (I'm not a Reviewer)
-------------
Marked as reviewed by haosun (Author).
PR: https://git.openjdk.org/jdk/pull/9872
More information about the hotspot-compiler-dev
mailing list