Description[arm64] Check sign with TBZ/TBNZ.
Generate TBZ/TBNZ for certain comparisons against zero. E.g. instead of:
cmp w0, 0x0
b.lt/ge <addr>
we can generate:
tbnz/tbz w0, 31, <addr>
BUG=
Committed: https://crrev.com/5b81f5868d8a938b974cde56a9e2d9f75f650ddb
Cr-Commit-Position: refs/heads/master@{#39620}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|