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

Issue 2843523002: [wasm] Implement simd lowering for I16x8 (Closed)

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

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : [wasm] Implement simd lowering for I16x8 #

Total comments: 6

Patch Set 3 : [wasm] Implement simd lowering for I16x8 #

Total comments: 14

Patch Set 4 : [wasm] Implement simd lowering for I16x8 #

Total comments: 2

Patch Set 5 : [wasm] Implement simd lowering for I16x8 #

Total comments: 2

Patch Set 6 : [wasm] Implement simd lowering for I16x8 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+523 lines, -220 lines) Patch
M src/compiler/simd-scalar-lowering.h View 1 2 3 4 5 2 chunks +26 lines, -11 lines 0 comments Download
M src/compiler/simd-scalar-lowering.cc View 1 2 3 4 26 chunks +488 lines, -202 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-simd.cc View 1 6 chunks +9 lines, -7 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 29 (13 generated)
aseemgarg
3 years, 8 months ago (2017-04-24 17:45:04 UTC) #1
bbudge
https://codereview.chromium.org/2843523002/diff/1/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2843523002/diff/1/src/compiler/simd-scalar-lowering.cc#newcode330 src/compiler/simd-scalar-lowering.cc:330: effect_input, control_input); You can move this into the loop ...
3 years, 8 months ago (2017-04-24 20:25:04 UTC) #6
aseemgarg
https://codereview.chromium.org/2843523002/diff/1/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2843523002/diff/1/src/compiler/simd-scalar-lowering.cc#newcode330 src/compiler/simd-scalar-lowering.cc:330: effect_input, control_input); On 2017/04/24 20:25:04, bbudge wrote: > You ...
3 years, 8 months ago (2017-04-25 20:03:42 UTC) #9
gdeepti
https://codereview.chromium.org/2843523002/diff/20001/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2843523002/diff/20001/src/compiler/simd-scalar-lowering.cc#newcode85 src/compiler/simd-scalar-lowering.cc:85: V(I32x4ShrU) \ Reorder so shifts are with other Unary ...
3 years, 8 months ago (2017-04-25 20:29:58 UTC) #10
aseemgarg
https://codereview.chromium.org/2843523002/diff/20001/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2843523002/diff/20001/src/compiler/simd-scalar-lowering.cc#newcode85 src/compiler/simd-scalar-lowering.cc:85: V(I32x4ShrU) \ On 2017/04/25 20:29:57, gdeepti wrote: > Reorder ...
3 years, 7 months ago (2017-04-26 23:02:01 UTC) #11
bbudge
https://codereview.chromium.org/2843523002/diff/40001/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2843523002/diff/40001/src/compiler/simd-scalar-lowering.cc#newcode553 src/compiler/simd-scalar-lowering.cc:553: rep_node[i] = Mask(rep_node[i], kMask16); Comment that you intend to ...
3 years, 7 months ago (2017-04-27 18:03:43 UTC) #12
aseemgarg
https://codereview.chromium.org/2843523002/diff/40001/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2843523002/diff/40001/src/compiler/simd-scalar-lowering.cc#newcode553 src/compiler/simd-scalar-lowering.cc:553: rep_node[i] = Mask(rep_node[i], kMask16); On 2017/04/27 18:03:42, bbudge wrote: ...
3 years, 7 months ago (2017-04-28 20:50:41 UTC) #13
bbudge
lgtm https://codereview.chromium.org/2843523002/diff/60001/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2843523002/diff/60001/src/compiler/simd-scalar-lowering.cc#newcode560 src/compiler/simd-scalar-lowering.cc:560: rep_node[i] = Mask(rep_node[i], kMask16); // Fallthrough nit: Fall ...
3 years, 7 months ago (2017-05-01 18:42:27 UTC) #14
aseemgarg
https://codereview.chromium.org/2843523002/diff/60001/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2843523002/diff/60001/src/compiler/simd-scalar-lowering.cc#newcode560 src/compiler/simd-scalar-lowering.cc:560: rep_node[i] = Mask(rep_node[i], kMask16); // Fallthrough On 2017/05/01 18:42:27, ...
3 years, 7 months ago (2017-05-01 18:48:21 UTC) #15
mtrofin
lgtm, 1 nit https://codereview.chromium.org/2843523002/diff/80001/src/compiler/simd-scalar-lowering.h File src/compiler/simd-scalar-lowering.h (right): https://codereview.chromium.org/2843523002/diff/80001/src/compiler/simd-scalar-lowering.h#newcode40 src/compiler/simd-scalar-lowering.h:40: Node** node; please init this field ...
3 years, 7 months ago (2017-05-01 19:54:24 UTC) #17
aseemgarg
https://codereview.chromium.org/2843523002/diff/80001/src/compiler/simd-scalar-lowering.h File src/compiler/simd-scalar-lowering.h (right): https://codereview.chromium.org/2843523002/diff/80001/src/compiler/simd-scalar-lowering.h#newcode40 src/compiler/simd-scalar-lowering.h:40: Node** node; On 2017/05/01 19:54:24, mtrofin wrote: > please ...
3 years, 7 months ago (2017-05-01 20:58:58 UTC) #18
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/2843523002/100001
3 years, 7 months ago (2017-05-01 20:59:08 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/40201)
3 years, 7 months ago (2017-05-01 21:01:59 UTC) #23
Mircea Trofin
On 2017/05/01 21:01:59, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 7 months ago (2017-05-01 21:15:50 UTC) #24
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/2843523002/100001
3 years, 7 months ago (2017-05-01 21:16:33 UTC) #26
commit-bot: I haz the power
3 years, 7 months ago (2017-05-01 21:29:54 UTC) #29
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/v8/v8/+/cda2e2dd91da6e70505d2e314454d3b66c0...

Powered by Google App Engine
This is Rietveld 408576698