DescriptionARM64: Fix LCodeGen::ToOperand32.
This fixes the following generated code sequence:
movn w1, #0 // Synthesize -1.
cmp w0, w1
With a properly-constructed Operand, the MacroAssembler can optimize it
as follows:
cmn w0, #1
BUG=
R=ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=20989
Patch Set 1 #
Total comments: 2
Patch Set 2 : Create NONE32 operands. #Messages
Total messages: 6 (0 generated)
|