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

Issue 2849463003: [wasm] Implement Generic S128 Load/Store, logical ops and Horizontal add (Closed)

Created:
3 years, 7 months ago by gdeepti
Modified:
3 years, 7 months ago
CC:
v8-reviews_googlegroups.com, bradnelson
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Implement Generic S128 Load/Store, logical ops and Horizontal add - Ops: S128Load, S128Store, S128And, S128Or, S128Xor, S128Not, I32x4AddHoriz, I16x8AddHoriz - Add x64 assembler support for - phaddd, phaddw, pand, por - Enable tests for Globals, other tests applicable to x64 apart from tests for implemented ops BUG=v8:6020 R=bbudge@chromium.org, bmeurer@chromium.org, zvi.rackover@intel.com Review-Url: https://codereview.chromium.org/2849463003 Cr-Commit-Position: refs/heads/master@{#45005} Committed: https://chromium.googlesource.com/v8/v8/+/4a604f2ffe81d1a32fa31f9be3f39a68d57eadb5

Patch Set 1 #

Patch Set 2 : Fix mips builds #

Total comments: 2

Patch Set 3 : Zvi's review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -17 lines) Patch
M src/compiler/instruction-selector.cc View 1 4 chunks +5 lines, -7 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 2 4 chunks +41 lines, -0 lines 0 comments Download
M src/compiler/x64/instruction-codes-x64.h View 4 chunks +7 lines, -0 lines 0 comments Download
M src/compiler/x64/instruction-scheduler-x64.cc View 4 chunks +7 lines, -0 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 6 chunks +21 lines, -1 line 0 comments Download
M src/x64/sse-instr.h View 2 chunks +4 lines, -0 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-simd.cc View 11 chunks +23 lines, -9 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 26 (17 generated)
gdeepti
3 years, 7 months ago (2017-04-27 07:10:36 UTC) #7
zvi
The x86 part LGTM with a minor comment https://codereview.chromium.org/2849463003/diff/20001/src/compiler/x64/code-generator-x64.cc File src/compiler/x64/code-generator-x64.cc (right): https://codereview.chromium.org/2849463003/diff/20001/src/compiler/x64/code-generator-x64.cc#newcode2450 src/compiler/x64/code-generator-x64.cc:2450: __ ...
3 years, 7 months ago (2017-04-27 15:29:14 UTC) #10
gdeepti
https://codereview.chromium.org/2849463003/diff/20001/src/compiler/x64/code-generator-x64.cc File src/compiler/x64/code-generator-x64.cc (right): https://codereview.chromium.org/2849463003/diff/20001/src/compiler/x64/code-generator-x64.cc#newcode2450 src/compiler/x64/code-generator-x64.cc:2450: __ pxor(dst, dst); On 2017/04/27 15:29:14, zvi wrote: > ...
3 years, 7 months ago (2017-04-27 16:30:39 UTC) #13
bbudge
lgtm
3 years, 7 months ago (2017-04-27 17:21:34 UTC) #16
gdeepti
Ping bmeurer@ for OWNERS in src/compiler
3 years, 7 months ago (2017-04-28 18:16:29 UTC) #17
gdeepti
+mtrofin@ for Owners in src/compiler
3 years, 7 months ago (2017-05-01 16:51:06 UTC) #19
Mircea Trofin
On 2017/05/01 16:51:06, gdeepti wrote: > +mtrofin@ for Owners in src/compiler Lgtm
3 years, 7 months ago (2017-05-01 23:19:22 UTC) #20
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/2849463003/40001
3 years, 7 months ago (2017-05-01 23:24:38 UTC) #23
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 00:06:02 UTC) #26
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/4a604f2ffe81d1a32fa31f9be3f39a68d57...

Powered by Google App Engine
This is Rietveld 408576698