RFR: 8292338: aarch64: Use cbnz instruction in gen_continuation_enter when possible

Andrew Haley aph at openjdk.org
Mon Aug 15 10:42:16 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.

Marked as reviewed by aph (Reviewer).

-------------

PR: https://git.openjdk.org/jdk/pull/9872


More information about the hotspot-compiler-dev mailing list