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

Issue 2769723003: [arm][turbofan] Use NEON for unaligned float64 memory accesses (Closed)

Created:
3 years, 9 months ago by ahaas
Modified:
3 years, 9 months ago
Reviewers:
Benedikt Meurer, v8-arm-ports, bbudge, martyn.capewell
CC:
v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[arm][turbofan] Use NEON for unaligned float64 memory accesses When available, we use the NEON instructions vld1.8 and vst1.8 to implement unaligned loads and stores of float64 values. R=bmeurer@chromium.org, v8-arm-ports@googlegroups.com Review-Url: https://codereview.chromium.org/2769723003 Cr-Commit-Position: refs/heads/master@{#44063} Committed: https://chromium.googlesource.com/v8/v8/+/ae8bc6ed2afa81946c5b1747eb5d795300cf524f

Patch Set 1 #

Total comments: 1

Patch Set 2 : Calculate the address separately #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -34 lines) Patch
M src/arm/assembler-arm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-codes-arm.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-scheduler-arm.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 1 4 chunks +64 lines, -33 lines 0 comments Download

Messages

Total messages: 24 (16 generated)
ahaas
3 years, 9 months ago (2017-03-23 09:38:36 UTC) #1
Benedikt Meurer
LGTM, but please get an LGTM from ARM folks as well.
3 years, 9 months ago (2017-03-23 10:08:53 UTC) #6
martyn.capewell
https://codereview.chromium.org/2769723003/diff/1/src/compiler/arm/code-generator-arm.cc File src/compiler/arm/code-generator-arm.cc (right): https://codereview.chromium.org/2769723003/diff/1/src/compiler/arm/code-generator-arm.cc#newcode1449 src/compiler/arm/code-generator-arm.cc:1449: NeonMemOperand(src.rn(), src.rm())); I don't think this works, as the ...
3 years, 9 months ago (2017-03-23 11:11:53 UTC) #10
ahaas
On 2017/03/23 at 11:11:53, martyn.capewell wrote: > https://codereview.chromium.org/2769723003/diff/1/src/compiler/arm/code-generator-arm.cc > File src/compiler/arm/code-generator-arm.cc (right): > > https://codereview.chromium.org/2769723003/diff/1/src/compiler/arm/code-generator-arm.cc#newcode1449 ...
3 years, 9 months ago (2017-03-23 13:01:49 UTC) #13
martyn.capewell
lgtm
3 years, 9 months ago (2017-03-23 14:18:23 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2769723003/20001
3 years, 9 months ago (2017-03-23 14:24:19 UTC) #19
ahaas
On 2017/03/23 at 14:18:23, martyn.capewell wrote: > lgtm Thanks!
3 years, 9 months ago (2017-03-23 14:24:28 UTC) #20
commit-bot: I haz the power
3 years, 9 months ago (2017-03-23 14:25:51 UTC) #24
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/ae8bc6ed2afa81946c5b1747eb5d795300c...

Powered by Google App Engine
This is Rietveld 408576698