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

Issue 2745853002: [WASM] Implement Simd128 Load/Store on ARM. (Closed)

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

Description

[WASM] Implement Simd128 Load/Store on ARM. - Adds new load/store opcodes (0xc0, 0xc1) for S128 type. - Implements these for ARM. - Enables more WASM SIMD tests, and adds new LoadStoreLoad test. LOG=N BUG=v8:6020 Review-Url: https://codereview.chromium.org/2745853002 Cr-Commit-Position: refs/heads/master@{#43841} Committed: https://chromium.googlesource.com/v8/v8/+/365492f17e11ee2cfcd0c59acaaf3af13d8de581

Patch Set 1 #

Patch Set 2 : More conventional S128 load/store. #

Patch Set 3 : Clean up. #

Patch Set 4 : Rebase, clean up. #

Patch Set 5 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -23 lines) Patch
M src/compiler/arm/code-generator-arm.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-codes-arm.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-scheduler-arm.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 1 2 chunks +6 lines, -2 lines 0 comments Download
M src/wasm/function-body-decoder.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M src/wasm/wasm-opcodes.h View 1 2 3 4 chunks +17 lines, -13 lines 0 comments Download
M src/wasm/wasm-opcodes.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-simd.cc View 1 2 3 4 4 chunks +19 lines, -8 lines 0 comments Download

Messages

Total messages: 31 (18 generated)
bbudge
3 years, 9 months ago (2017-03-15 00:43:39 UTC) #7
Benedikt Meurer
Nice. LGTM.
3 years, 9 months ago (2017-03-15 04:39:07 UTC) #10
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/2745853002/60001
3 years, 9 months ago (2017-03-15 16:07:28 UTC) #12
bbudge
+ Brad for wasm
3 years, 9 months ago (2017-03-15 16:15:24 UTC) #14
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/36758)
3 years, 9 months ago (2017-03-15 16:18:39 UTC) #16
bbudge
- Brad + Mircea
3 years, 9 months ago (2017-03-15 20:02:35 UTC) #18
bbudge
On 2017/03/15 20:02:35, bbudge wrote: > - Brad > + Mircea for wasm
3 years, 9 months ago (2017-03-15 20:02:55 UTC) #19
Mircea Trofin
lgtm
3 years, 9 months ago (2017-03-15 20:10:28 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/2745853002/60001
3 years, 9 months ago (2017-03-15 23:04:22 UTC) #22
commit-bot: I haz the power
Failed to apply patch for test/cctest/wasm/test-run-wasm-simd.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 9 months ago (2017-03-15 23:06:02 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/2745853002/80001
3 years, 9 months ago (2017-03-15 23:10:22 UTC) #27
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/v8/v8/+/365492f17e11ee2cfcd0c59acaaf3af13d8de581
3 years, 9 months ago (2017-03-15 23:35:00 UTC) #30
Michael Achenbach
3 years, 9 months ago (2017-03-16 12:37:13 UTC) #31
Message was sent while issue was closed.
Breaks a test on arm chromebooks:
https://build.chromium.org/p/client.v8.ports/builders/V8%20Arm/builds/2455

Powered by Google App Engine
This is Rietveld 408576698