Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(463)

Issue 312173002: ARM: Use the shifter operand to merge in previous shift instructions. (Closed)

Created:
6 years, 6 months ago by Alexandre Rames
Modified:
6 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM: 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+268 lines, -18 lines) Patch
M src/arm/assembler-arm.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 4 chunks +10 lines, -8 lines 0 comments Download
M src/arm/constants-arm.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/lithium-arm.h View 1 6 chunks +88 lines, -3 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 5 chunks +133 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 5 chunks +25 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Alexandre Rames
This is a port of the arm64 similar commit.
6 years, 6 months ago (2014-06-04 15:03:40 UTC) #1
ulan
LGTM with comments: https://codereview.chromium.org/312173002/diff/1/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/312173002/diff/1/src/arm/lithium-arm.cc#newcode809 src/arm/lithium-arm.cc:809: constant_value = constant->Integer32Value() & 0x1f; Use ...
6 years, 6 months ago (2014-06-10 11:53:37 UTC) #2
Alexandre Rames
https://codereview.chromium.org/312173002/diff/1/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/312173002/diff/1/src/arm/lithium-arm.cc#newcode809 src/arm/lithium-arm.cc:809: constant_value = constant->Integer32Value() & 0x1f; On 2014/06/10 11:53:37, ulan ...
6 years, 6 months ago (2014-06-11 10:19:40 UTC) #3
Alexandre Rames
Uploaded the patch with your comments addressed. Could you confirm it is still ok to ...
6 years, 6 months ago (2014-06-11 10:20:47 UTC) #4
Alexandre Rames
6 years, 6 months ago (2014-06-25 15:11:23 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r22017 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698