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

Issue 2638133002: [Turbofan] Add other integer SIMD types, add more integer ops. (Closed)

Created:
3 years, 11 months ago by bbudge
Modified:
3 years, 10 months ago
Reviewers:
titzer, martyn.capewell
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

[Turbofan] Add other integer SIMD types, add more integer ops. - Adds Int16x8, Int8x16 types. - Adds neg, abs unary ops. - Adds add, sub, mul, and signed / unsigned min / max, comparison ops. LOG=N BUG=v8:4124 Review-Url: https://codereview.chromium.org/2638133002 Cr-Commit-Position: refs/heads/master@{#42674} Committed: https://chromium.googlesource.com/v8/v8/+/c5bdbbbebe12ba41e69f5e4cddc443ede2f7576c

Patch Set 1 #

Patch Set 2 : Fix non-ARM builds. #

Patch Set 3 : Fix non-ARM builds. #

Patch Set 4 : Add I16x8, I8x16. #

Patch Set 5 : Add other int types and tests. #

Patch Set 6 : Fix non-ARM build. #

Patch Set 7 : Fix compile for x64. #

Patch Set 8 : Fix value helper. #

Total comments: 8

Patch Set 9 : Review comments. Move Extract/Replace operators to MachineOperator. #

Patch Set 10 : Move operator structs out of cache class. #

Patch Set 11 : Make operators default constructible so we can have arrays of operators. #

Patch Set 12 : Fix name of static fields. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1534 lines, -86 lines) Patch
M src/compiler/arm/code-generator-arm.cc View 1 2 3 4 4 chunks +194 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-codes-arm.h View 1 2 3 4 1 chunk +39 lines, -1 line 0 comments Download
M src/compiler/arm/instruction-scheduler-arm.cc View 1 2 3 4 1 chunk +38 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 1 2 3 4 5 6 7 8 5 chunks +233 lines, -0 lines 0 comments Download
M src/compiler/common-operator.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -6 lines 0 comments Download
M src/compiler/common-operator.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -38 lines 0 comments Download
M src/compiler/graph.h View 1 2 3 5 6 7 8 1 chunk +53 lines, -0 lines 0 comments Download
M src/compiler/instruction-selector.cc View 1 2 3 4 5 2 chunks +202 lines, -0 lines 0 comments Download
M src/compiler/machine-graph-verifier.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.h View 1 2 3 4 5 6 7 8 4 chunks +8 lines, -8 lines 0 comments Download
M src/compiler/machine-operator.cc View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +40 lines, -8 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 1 2 3 4 5 6 7 8 2 chunks +163 lines, -6 lines 0 comments Download
M src/wasm/function-body-decoder.cc View 1 2 3 4 5 6 7 8 4 chunks +36 lines, -11 lines 0 comments Download
M src/wasm/wasm-macro-gen.h View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M test/cctest/compiler/value-helper.h View 1 2 3 4 5 6 7 2 chunks +14 lines, -0 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-simd.cc View 1 2 3 4 5 6 6 chunks +498 lines, -8 lines 0 comments Download

Messages

Total messages: 57 (50 generated)
bbudge
I'll finish the integer ops in a follow on. That would be the shifts, and ...
3 years, 11 months ago (2017-01-25 03:14:53 UTC) #32
bbudge
+ Martyn for ARM
3 years, 11 months ago (2017-01-25 03:23:40 UTC) #34
titzer
lgtm if simd ops can be moved out of the common operator builder. https://codereview.chromium.org/2638133002/diff/160001/src/compiler/arm/instruction-selector-arm.cc File ...
3 years, 10 months ago (2017-01-25 09:47:25 UTC) #35
martyn.capewell
ARM parts lgtm; second Ben's idea on using macros.
3 years, 10 months ago (2017-01-25 11:31:14 UTC) #36
bbudge
With some difficulty, I moved the SIMD lane operators to MachineOperatorBuilder, caching them like most ...
3 years, 10 months ago (2017-01-26 02:04:43 UTC) #49
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/2638133002/240001
3 years, 10 months ago (2017-01-26 02:15:43 UTC) #54
commit-bot: I haz the power
3 years, 10 months ago (2017-01-26 02:18:07 UTC) #57
Message was sent while issue was closed.
Committed patchset #12 (id:240001) as
https://chromium.googlesource.com/v8/v8/+/c5bdbbbebe12ba41e69f5e4cddc443ede2f...

Powered by Google App Engine
This is Rietveld 408576698