RFR: 8292338: aarch64: Use cbnz instruction in gen_continuation_enter when possible
Aleksey Shipilev
shade at openjdk.org
Mon Aug 15 07:26:17 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.
Looks okay.
-------------
Marked as reviewed by shade (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9872
More information about the hotspot-compiler-dev
mailing list