DescriptionARM64: Use the shifter operand to merge in previous shift instructions.
When possible, we transform sequences of code of the form
lsl x8, x9, #imm
add x0, x1, x8
into
add x0, x1, x9 LSL #imm
Patch Set 1 #
Total comments: 16
Patch Set 2 : Address first round of review comments #
Messages
Total messages: 8 (0 generated)
|