diff options
author | Alexandre Rames <alexandre.rames@linaro.org> | 2015-07-07 11:34:16 +0100 |
---|---|---|
committer | Alexandre Rames <alexandre.rames@linaro.org> | 2015-07-07 11:34:16 +0100 |
commit | 82000b0cf9bb32fc55cdb125bf37c884d44a8671 (patch) | |
tree | e94afb4ff819998a15c411fff967e666adecadf0 /compiler/optimizing/graph_visualizer.cc | |
parent | 4a305daf77a9b80d6abb7817a836aa59d2db521d (diff) |
Improve code generation for ARM64 VisitArrayGet/Set.
We prefer the code sequence
add temp, obj, #offset
ldr out, [temp, index LSL #shift_amount]
to
add temp, obj, index LSL #shift_amount
ldr out, [temp, #offset]
Change-Id: I98f51a1b5a5ecd84c677d6dbd4c4bfc0f157f5e2
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions