DescriptionARM: Use the shifter operand to merge in previous shift instructions.
When possible, we transform sequences of code of the form
lsl r1, r2, #imm
add r0, r5, r1
into
add r0, r5, r2 LSL #imm
This is an adaptation of r21161.
R=ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=22017
Patch Set 1 #
Total comments: 6
Patch Set 2 : Address Ulan's comments #
Messages
Total messages: 5 (0 generated)
|