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

Issue 2719483002: [V8] Rename SIMD Create methods and add initialization operators. (Closed)

Created:
3 years, 10 months ago by bbudge
Modified:
3 years, 10 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

[V8] Rename SIMD Create methods and add initialization operators. - Renames Create ops to Splat. - Adds machine operators to initialize all SIMD machine types. Boolean vector types may need initialization, so provide zero operators. LOG=N BUG=v8:4124, 695330 Review-Url: https://codereview.chromium.org/2719483002 Cr-Commit-Position: refs/heads/master@{#43430} Committed: https://chromium.googlesource.com/v8/v8/+/d126e3fc5561a774cf5e4c70441ac585b2131e74

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -118 lines) Patch
M src/compiler/arm/code-generator-arm.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-codes-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/arm/instruction-scheduler-arm.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 3 chunks +17 lines, -3 lines 0 comments Download
M src/compiler/graph.h View 1 chunk +0 lines, -53 lines 0 comments Download
M src/compiler/instruction-selector.cc View 10 chunks +27 lines, -12 lines 0 comments Download
M src/compiler/machine-operator.h View 6 chunks +11 lines, -4 lines 0 comments Download
M src/compiler/machine-operator.cc View 5 chunks +9 lines, -5 lines 0 comments Download
M src/compiler/opcodes.h View 6 chunks +9 lines, -5 lines 0 comments Download
M src/compiler/simd-scalar-lowering.cc View 2 chunks +7 lines, -7 lines 1 comment Download
M src/compiler/wasm-compiler.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/compiler/wasm-compiler.cc View 6 chunks +31 lines, -21 lines 2 comments Download
M src/compiler/x64/code-generator-x64.cc View 2 chunks +7 lines, -1 line 0 comments Download
M src/compiler/x64/instruction-codes-x64.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/compiler/x64/instruction-scheduler-x64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 2 chunks +22 lines, -2 lines 0 comments Download
M src/wasm/function-body-decoder.cc View 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 21 (11 generated)
bbudge
Benedikt for overall review Aseem for changes to SIMD scalar lowering Deepti for changes to ...
3 years, 10 months ago (2017-02-24 13:23:47 UTC) #4
gdeepti
lgtm with question. https://codereview.chromium.org/2719483002/diff/1/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/2719483002/diff/1/src/compiler/wasm-compiler.cc#newcode278 src/compiler/wasm-compiler.cc:278: return builder_->Simd1x4Zero(); Would it be better ...
3 years, 10 months ago (2017-02-24 14:18:11 UTC) #7
bbudge
https://codereview.chromium.org/2719483002/diff/1/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/2719483002/diff/1/src/compiler/wasm-compiler.cc#newcode278 src/compiler/wasm-compiler.cc:278: return builder_->Simd1x4Zero(); On 2017/02/24 14:18:11, gdeepti wrote: > Would ...
3 years, 10 months ago (2017-02-24 18:33:51 UTC) #8
Benedikt Meurer
LGTM, thanks.
3 years, 10 months ago (2017-02-24 18:40:13 UTC) #9
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/2719483002/1
3 years, 10 months ago (2017-02-24 22:27:10 UTC) #11
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/35484)
3 years, 10 months ago (2017-02-24 22:29:57 UTC) #13
bbudge
+Brad for /wasm
3 years, 10 months ago (2017-02-24 22:31:11 UTC) #15
bradnelson
lgtm
3 years, 10 months ago (2017-02-24 23:26:46 UTC) #16
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/2719483002/1
3 years, 10 months ago (2017-02-25 15:15:41 UTC) #18
commit-bot: I haz the power
3 years, 10 months ago (2017-02-25 15:41:33 UTC) #21
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/d126e3fc5561a774cf5e4c70441ac585b21...

Powered by Google App Engine
This is Rietveld 408576698