Description[arm] Recognize comparisons of shifts with zero.
For example, recognize
0 == r1 << r2
and generate a single
MOVS rt, r1, lsl r2
instruction.
TEST=cctest,compiler-unittests
R=jarin@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=23148
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|