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

Issue 1693963004: Add a kSimd128 machine type for Turbofan. (Closed)

Created:
4 years, 10 months ago by bbudge
Modified:
4 years, 10 months ago
Reviewers:
titzer, Jarin
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Add a kSimd128 machine type for Turbofan. Adds kSimd128 to MachineRepresentation. Adds a Simd128Register concept that's platform independent. Adds UntaggedSimd128 to types.h. LOG=N BUG=v8:4124 Committed: https://crrev.com/6b6b005feb5e84969488bcb45e3f4eb56b4600e2 Cr-Commit-Position: refs/heads/master@{#34089}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : Review comments. #

Patch Set 5 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -50 lines) Patch
M src/arm/assembler-arm.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/arm64/assembler-arm64.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 1 2 3 4 4 chunks +14 lines, -10 lines 0 comments Download
M src/compiler/arm64/instruction-selector-arm64.cc View 1 2 3 4 4 chunks +8 lines, -4 lines 0 comments Download
M src/compiler/ia32/instruction-selector-ia32.cc View 1 2 3 4 4 chunks +12 lines, -8 lines 0 comments Download
M src/compiler/instruction.h View 1 2 3 4 6 chunks +24 lines, -1 line 0 comments Download
M src/compiler/instruction.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/mips/instruction-selector-mips.cc View 1 2 3 4 3 chunks +8 lines, -5 lines 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 1 2 3 4 4 chunks +4 lines, -0 lines 0 comments Download
M src/compiler/ppc/instruction-selector-ppc.cc View 1 2 3 4 4 chunks +4 lines, -0 lines 0 comments Download
M src/compiler/register-allocator.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/representation-change.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 1 2 3 4 4 chunks +8 lines, -4 lines 0 comments Download
M src/compiler/x87/instruction-selector-x87.cc View 1 2 3 4 4 chunks +12 lines, -8 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/machine-type.h View 4 chunks +9 lines, -0 lines 0 comments Download
M src/machine-type.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/mips64/assembler-mips64.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/ppc/assembler-ppc.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/types.h View 1 2 3 4 1 chunk +9 lines, -8 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x87/assembler-x87.h View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
bbudge
Reroute to appropriate reviewer if necessary. This seems like a good size CL for review. ...
4 years, 10 months ago (2016-02-16 04:43:50 UTC) #4
titzer
This is mostly mechanical, so looks mostly fine. Adding +jarin for SimplifiedLowering changes. https://codereview.chromium.org/1693963004/diff/40001/src/compiler/x64/instruction-selector-x64.cc File ...
4 years, 10 months ago (2016-02-17 11:57:02 UTC) #6
Jarin
lgtm with nits. https://codereview.chromium.org/1693963004/diff/40001/src/compiler/representation-change.cc File src/compiler/representation-change.cc (right): https://codereview.chromium.org/1693963004/diff/40001/src/compiler/representation-change.cc#newcode150 src/compiler/representation-change.cc:150: // TODO(bbudge) Handle conversions between tagged ...
4 years, 10 months ago (2016-02-17 12:06:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1693963004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1693963004/80001
4 years, 10 months ago (2016-02-17 18:29:14 UTC) #10
bbudge
https://codereview.chromium.org/1693963004/diff/40001/src/compiler/representation-change.cc File src/compiler/representation-change.cc (right): https://codereview.chromium.org/1693963004/diff/40001/src/compiler/representation-change.cc#newcode150 src/compiler/representation-change.cc:150: // TODO(bbudge) Handle conversions between tagged and untagged. On ...
4 years, 10 months ago (2016-02-17 18:57:15 UTC) #11
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-17 19:03:51 UTC) #13
commit-bot: I haz the power
4 years, 10 months ago (2016-02-17 19:04:40 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/6b6b005feb5e84969488bcb45e3f4eb56b4600e2
Cr-Commit-Position: refs/heads/master@{#34089}

Powered by Google App Engine
This is Rietveld 408576698