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

Issue 550113002: [turbofan] Tests and fixes for ARM64 load/store with immediate offset. (Closed)

Created:
6 years, 3 months ago by baptiste.afsa1
Modified:
6 years, 3 months ago
Reviewers:
Benedikt Meurer, ulan
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

[turbofan] Tests and fixes for ARM64 load/store with immediate offset. R=bmeurer@chromium.org, ulan@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=23906

Patch Set 1 #

Total comments: 1

Patch Set 2 : Updated patch after changes arround ptrdiff_t. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -18 lines) Patch
M src/arm64/assembler-arm64.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/compiler/arm64/instruction-selector-arm64.cc View 1 4 chunks +34 lines, -6 lines 0 comments Download
M src/compiler/arm64/instruction-selector-arm64-unittest.cc View 1 4 chunks +67 lines, -10 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
baptiste.afsa1
PTAL
6 years, 3 months ago (2014-09-08 10:38:38 UTC) #1
Benedikt Meurer
https://codereview.chromium.org/550113002/diff/1/src/arm64/assembler-arm64.h File src/arm64/assembler-arm64.h (right): https://codereview.chromium.org/550113002/diff/1/src/arm64/assembler-arm64.h#newcode1853 src/arm64/assembler-arm64.h:1853: static bool IsImmLSUnscaled(ptrdiff_t offset); Why ptrdiff_t here? It looks ...
6 years, 3 months ago (2014-09-09 05:02:37 UTC) #2
baptiste.afsa1
On 2014/09/09 05:02:37, Benedikt Meurer wrote: > https://codereview.chromium.org/550113002/diff/1/src/arm64/assembler-arm64.h > File src/arm64/assembler-arm64.h (right): > > https://codereview.chromium.org/550113002/diff/1/src/arm64/assembler-arm64.h#newcode1853 ...
6 years, 3 months ago (2014-09-10 14:40:23 UTC) #3
baptiste.afsa1
I've uploaded a new patch now that we don't need the cast to ptrdiff_t.
6 years, 3 months ago (2014-09-11 15:08:33 UTC) #4
Benedikt Meurer
lgtm
6 years, 3 months ago (2014-09-12 05:50:00 UTC) #5
baptiste.afsa1
6 years, 3 months ago (2014-09-12 09:31:33 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 23906 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698