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

Issue 2856363003: [ARM] Implement irregular vector shuffles for SIMD. (Closed)

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

Description

[ARM] Implement irregular vector shuffles for SIMD. - S32x4Shuffle by decomposing into s-register moves if no patterns match. - S16x8Shuffle, S8x16Shuffle implemented with vtbl if no patterns match. LOG=N BUG=v8:6020 Review-Url: https://codereview.chromium.org/2856363003 Cr-Commit-Position: refs/heads/master@{#45210} Committed: https://chromium.googlesource.com/v8/v8/+/a459f188fab8e026cc7f19bb5eacd01b12699da1

Patch Set 1 #

Patch Set 2 : Rebase. #

Patch Set 3 : Factor out table creation for vtbl. #

Patch Set 4 : Factor out more common shuffle code. #

Total comments: 7

Patch Set 5 : Review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -15 lines) Patch
M src/compiler/arm/code-generator-arm.cc View 1 2 3 4 4 chunks +97 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-codes-arm.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-scheduler-arm.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 1 2 7 chunks +51 lines, -15 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-simd.cc View 1 3 chunks +19 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (20 generated)
bbudge
+Benedikt for compiler OWNERS.
3 years, 7 months ago (2017-05-04 20:16:35 UTC) #12
martyn.capewell
https://codereview.chromium.org/2856363003/diff/60001/src/compiler/arm/code-generator-arm.cc File src/compiler/arm/code-generator-arm.cc (right): https://codereview.chromium.org/2856363003/diff/60001/src/compiler/arm/code-generator-arm.cc#newcode2222 src/compiler/arm/code-generator-arm.cc:2222: __ VmovExtended(dst_code + i, src_code + lane, kScratchReg); This ...
3 years, 7 months ago (2017-05-05 14:28:49 UTC) #15
bbudge
https://codereview.chromium.org/2856363003/diff/60001/src/compiler/arm/code-generator-arm.cc File src/compiler/arm/code-generator-arm.cc (right): https://codereview.chromium.org/2856363003/diff/60001/src/compiler/arm/code-generator-arm.cc#newcode2222 src/compiler/arm/code-generator-arm.cc:2222: __ VmovExtended(dst_code + i, src_code + lane, kScratchReg); On ...
3 years, 7 months ago (2017-05-05 20:36:28 UTC) #18
martyn.capewell
https://codereview.chromium.org/2856363003/diff/60001/src/compiler/arm/code-generator-arm.cc File src/compiler/arm/code-generator-arm.cc (right): https://codereview.chromium.org/2856363003/diff/60001/src/compiler/arm/code-generator-arm.cc#newcode2307 src/compiler/arm/code-generator-arm.cc:2307: bit_cast<float>(mask)); That will fix the NaN problem. However, the ...
3 years, 7 months ago (2017-05-08 13:33:53 UTC) #21
martyn.capewell
lgtm
3 years, 7 months ago (2017-05-08 13:34:09 UTC) #22
bbudge
+Benedikt for OWNERS on compiler.
3 years, 7 months ago (2017-05-09 12:38:00 UTC) #23
Benedikt Meurer
LGTM (rubber-stamped)
3 years, 7 months ago (2017-05-09 13:05:43 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/2856363003/80001
3 years, 7 months ago (2017-05-09 20:34:00 UTC) #26
commit-bot: I haz the power
3 years, 7 months ago (2017-05-09 21:04:37 UTC) #29
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/v8/v8/+/a459f188fab8e026cc7f19bb5eacd01b126...

Powered by Google App Engine
This is Rietveld 408576698