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

Issue 2804883008: [WASM SIMD] Implement horizontal add for float and integer types. (Closed)

Created:
3 years, 8 months ago by bbudge
Modified:
3 years, 8 months ago
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, wasm-v8_google.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[WASM SIMD] Implement horizontal add for float and integer types. - Adds new F32x4AddHoriz, I32x4AddHoriz, etc. to WASM opcodes. - Implements them for ARM. LOG=N BUG=v8:6020 Review-Url: https://codereview.chromium.org/2804883008 Cr-Commit-Position: refs/heads/master@{#44812} Committed: https://chromium.googlesource.com/v8/v8/+/a71c338d9e24e55b47125108a0fce754076751d0

Patch Set 1 #

Patch Set 2 : Rebase. #

Patch Set 3 : Add WASM SIMD opcode tests. #

Patch Set 4 : Fix non-ARM builds. #

Patch Set 5 : Rebase. #

Patch Set 6 : Fix MIPS. #

Total comments: 10

Patch Set 7 : Address some issues from Georgia's review. #

Patch Set 8 : Use permutation "test-pattern" machinery to properly test pairwise ops. #

Patch Set 9 : Rebase, reformat. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+369 lines, -192 lines) Patch
M src/arm/assembler-arm.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 chunks +28 lines, -1 line 0 comments Download
M src/arm/constants-arm.h View 3 chunks +7 lines, -7 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 2 chunks +15 lines, -2 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 2 3 4 5 6 7 8 4 chunks +39 lines, -1 line 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 2 3 4 5 6 7 8 8 chunks +67 lines, -72 lines 0 comments Download
M src/compiler/arm/instruction-codes-arm.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-scheduler-arm.cc View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 1 2 3 4 5 6 7 8 1 chunk +75 lines, -72 lines 0 comments Download
M src/compiler/instruction-selector.cc View 1 2 3 4 5 6 7 8 7 chunks +24 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.cc View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/opcodes.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 1 2 3 4 5 6 7 8 3 chunks +9 lines, -0 lines 0 comments Download
M src/wasm/wasm-opcodes.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -0 lines 0 comments Download
M src/wasm/wasm-opcodes.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 2 3 4 5 6 5 chunks +24 lines, -1 line 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-simd.cc View 1 2 3 4 5 6 7 8 3 chunks +49 lines, -36 lines 0 comments Download

Messages

Total messages: 51 (36 generated)
bbudge
3 years, 8 months ago (2017-04-19 22:19:02 UTC) #8
Benedikt Meurer
LGTM from my side.
3 years, 8 months ago (2017-04-20 08:23:18 UTC) #20
georgia.kouveli
I was wondering whether there is a (WIP?) specification for these operations, as I found ...
3 years, 8 months ago (2017-04-20 14:53:06 UTC) #22
bbudge
Thanks for the thorough review! https://codereview.chromium.org/2804883008/diff/100001/src/arm/assembler-arm.h File src/arm/assembler-arm.h (right): https://codereview.chromium.org/2804883008/diff/100001/src/arm/assembler-arm.h#newcode80 src/arm/assembler-arm.h:80: V(d24) V(d25) V(d26) V(d27) ...
3 years, 8 months ago (2017-04-21 20:18:58 UTC) #25
georgia.kouveli
LGTM! On 2017/04/21 20:18:58, bbudge wrote: > > I think there's some confusion in the ...
3 years, 8 months ago (2017-04-24 12:42:21 UTC) #28
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/2804883008/140001
3 years, 8 months ago (2017-04-24 18:10:30 UTC) #31
commit-bot: I haz the power
All required reviewers (with asterisk prefixes) have not yet approved this CL. No L-G-T-M from ...
3 years, 8 months ago (2017-04-24 18:10:32 UTC) #33
bbudge
On 2017/04/24 12:42:21, georgia.kouveli wrote: > LGTM! > > On 2017/04/21 20:18:58, bbudge wrote: > ...
3 years, 8 months ago (2017-04-24 18:11:52 UTC) #34
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/2804883008/140001
3 years, 8 months ago (2017-04-24 18:16:04 UTC) #36
commit-bot: I haz the power
All required reviewers (with asterisk prefixes) have not yet approved this CL. No L-G-T-M from ...
3 years, 8 months ago (2017-04-24 18:16:06 UTC) #38
bbudge
- Martyn, since Georgia reviewed.
3 years, 8 months ago (2017-04-24 18:19:10 UTC) #41
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/2804883008/140001
3 years, 8 months ago (2017-04-24 18:19:32 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel_ng/builds/21144) v8_linux64_verify_csa_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
3 years, 8 months ago (2017-04-24 18:21:01 UTC) #45
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/2804883008/160001
3 years, 8 months ago (2017-04-24 18:25:01 UTC) #48
commit-bot: I haz the power
3 years, 8 months ago (2017-04-24 18:53:25 UTC) #51
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/v8/v8/+/a71c338d9e24e55b47125108a0fce754076...

Powered by Google App Engine
This is Rietveld 408576698