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

Issue 2867343002: [wasm] Implement simd lowering for I8x16 (Closed)

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

Description

[wasm] Implement simd lowering for I8x16 This change adds simd lowering support for: I8x16Splat,I8x16ExtractLane,I8x16ReplaceLane,I8x16Neg,I8x16Shl, I8x16ShrS,I8x16Add,I8x16AddSaturateS,I8x16Sub,I8x16SubSaturateS, I8x16Mul,I8x16MinS,I8x16MaxS,I8x16ShrU,I8x16AddSaturateU, I8x16SubSaturateU,I8x16MinU,I8x16MaxU,I8x16Eq,I8x16Ne,I8x16LtS, I8x16LeS,I8x16LtU,I8x16LeU operations BUG= Review-Url: https://codereview.chromium.org/2867343002 Cr-Commit-Position: refs/heads/master@{#45331} Committed: https://chromium.googlesource.com/v8/v8/+/64fb9441fd3cda3d2d45db28ebd28ebee429c9fd

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rename kShift24 and phi_mach_rep #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -48 lines) Patch
M src/compiler/simd-scalar-lowering.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/compiler/simd-scalar-lowering.cc View 1 2 19 chunks +153 lines, -34 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-simd.cc View 1 2 10 chunks +16 lines, -13 lines 0 comments Download

Messages

Total messages: 21 (14 generated)
dusan.simicic
PTAL
3 years, 7 months ago (2017-05-09 08:48:50 UTC) #2
Tobias Tebbi
+ jarin
3 years, 7 months ago (2017-05-09 10:37:17 UTC) #4
aseemgarg
lgtm with nits. Thanks for jumping on this. I was working on the same patch. ...
3 years, 7 months ago (2017-05-09 20:01:24 UTC) #5
dusan.simicic
https://codereview.chromium.org/2867343002/diff/1/src/compiler/simd-scalar-lowering.cc File src/compiler/simd-scalar-lowering.cc (right): https://codereview.chromium.org/2867343002/diff/1/src/compiler/simd-scalar-lowering.cc#newcode26 src/compiler/simd-scalar-lowering.cc:26: static const int32_t kShift24 = 24; On 2017/05/09 20:01:24, ...
3 years, 7 months ago (2017-05-10 09:50:06 UTC) #6
Mircea Trofin
On 2017/05/10 09:50:06, dusan.simicic wrote: > https://codereview.chromium.org/2867343002/diff/1/src/compiler/simd-scalar-lowering.cc > File src/compiler/simd-scalar-lowering.cc (right): > > https://codereview.chromium.org/2867343002/diff/1/src/compiler/simd-scalar-lowering.cc#newcode26 > ...
3 years, 7 months ago (2017-05-15 20:20:36 UTC) #7
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/2867343002/40001
3 years, 7 months ago (2017-05-16 10:53:14 UTC) #18
commit-bot: I haz the power
3 years, 7 months ago (2017-05-16 10:54:58 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/64fb9441fd3cda3d2d45db28ebd28ebee42...

Powered by Google App Engine
This is Rietveld 408576698