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

Issue 2498283002: [wasm] implement simd lowering for replaceLane, load, store and test for phi (Closed)

Created:
4 years, 1 month ago by aseemgarg
Modified:
4 years ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] implement simd lowering for replaceLane, load, store and test for phi BUG=v8:4124 TEST:test-run-wasm-simd-lowering R=bradnelson@chromium.org,titzer@chromium.org,mtrofin@chromium.org Committed: https://crrev.com/ff8bbe245abfd28074d1145ac7f88818eb47c73a Cr-Commit-Position: refs/heads/master@{#41443}

Patch Set 1 #

Total comments: 40

Patch Set 2 : [wasm] implement simd lowering for replaceLane, load, store and test for phi #

Total comments: 2

Patch Set 3 : [wasm] implement simd lowering for replaceLane, load, store and test for phi #

Total comments: 1

Patch Set 4 : [wasm] implement simd lowering for replaceLane, load, store and test for phi #

Unified diffs Side-by-side diffs Delta from patch set Stats (+475 lines, -78 lines) Patch
M src/compiler/simd-scalar-lowering.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M src/compiler/simd-scalar-lowering.cc View 1 2 3 15 chunks +190 lines, -60 lines 0 comments Download
M src/compiler/wasm-compiler.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 1 2 3 2 chunks +14 lines, -3 lines 0 comments Download
M src/wasm/ast-decoder.cc View 1 2 3 2 chunks +20 lines, -0 lines 0 comments Download
M src/wasm/wasm-macro-gen.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/wasm/wasm-opcodes.h View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-simd-lowering.cc View 1 2 8 chunks +228 lines, -7 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 17 (7 generated)
aseemgarg
@Ben, the Simd_F32x4_Set_Global test is not working. I get the following error: # Fatal error ...
4 years, 1 month ago (2016-11-15 06:35:55 UTC) #1
titzer
https://codereview.chromium.org/2498283002/diff/1/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2498283002/diff/1/src/compiler/simd-scalar-lowering.cc#newcode139 src/compiler/simd-scalar-lowering.cc:139: graph()->NewNode(common()->Int32Constant(static_cast<int>(i) * 4))); Should this be 16 / kMaxLanes ...
4 years, 1 month ago (2016-11-15 09:21:17 UTC) #4
Mircea Trofin
https://codereview.chromium.org/2498283002/diff/1/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2498283002/diff/1/src/compiler/simd-scalar-lowering.cc#newcode136 src/compiler/simd-scalar-lowering.cc:136: for (size_t i = 1; i < kMaxLanes; i++) ...
4 years, 1 month ago (2016-11-15 16:21:27 UTC) #5
aseemgarg
https://codereview.chromium.org/2498283002/diff/1/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2498283002/diff/1/src/compiler/simd-scalar-lowering.cc#newcode136 src/compiler/simd-scalar-lowering.cc:136: for (size_t i = 1; i < kMaxLanes; i++) ...
4 years, 1 month ago (2016-11-19 01:56:54 UTC) #6
titzer
lgtm with nit https://codereview.chromium.org/2498283002/diff/1/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2498283002/diff/1/src/compiler/simd-scalar-lowering.cc#newcode139 src/compiler/simd-scalar-lowering.cc:139: graph()->NewNode(common()->Int32Constant(static_cast<int>(i) * 4))); On 2016/11/19 01:56:54, ...
4 years, 1 month ago (2016-11-22 12:01:53 UTC) #7
aseemgarg
https://codereview.chromium.org/2498283002/diff/1/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2498283002/diff/1/src/compiler/simd-scalar-lowering.cc#newcode139 src/compiler/simd-scalar-lowering.cc:139: graph()->NewNode(common()->Int32Constant(static_cast<int>(i) * 4))); On 2016/11/22 12:01:52, titzer wrote: > ...
4 years ago (2016-11-23 23:07:56 UTC) #8
titzer
lgtm
4 years ago (2016-11-24 16:51:09 UTC) #9
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/2498283002/60001
4 years ago (2016-12-02 03:12:36 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-02 03:47:27 UTC) #15
commit-bot: I haz the power
4 years ago (2016-12-02 03:47:56 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ff8bbe245abfd28074d1145ac7f88818eb47c73a
Cr-Commit-Position: refs/heads/master@{#41443}

Powered by Google App Engine
This is Rietveld 408576698