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

Issue 2514663002: [simd] Disable Simd Scalar lowering for x64, enable tests for all other architectures. (Closed)

Created:
4 years, 1 month ago by gdeepti
Modified:
4 years, 1 month ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[simd] Disable Simd Scalar lowering for x64, enable tests for all other architectures. - Simd Scalar lowering should be conditionally disabled if the architecture has a native SIMD implementation. - Enable scalar lowering tests on all architectures instead of only x64. R=bbudge@chromium.org, aseemgarg@chromium.org Committed: https://crrev.com/e60e961140a1cae0c91ee0d7141c765bc193ab6c Cr-Commit-Position: refs/heads/master@{#41160}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Change build files #

Patch Set 3 : Bill's review #

Total comments: 2

Patch Set 4 : Bill's review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -16 lines) Patch
M src/compiler/wasm-compiler.cc View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/BUILD.gn View 1 11 chunks +10 lines, -1 line 0 comments Download
M test/cctest/cctest.gyp View 1 9 chunks +20 lines, -11 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 32 (19 generated)
gdeepti
4 years, 1 month ago (2016-11-18 02:08:05 UTC) #3
bbudge
https://codereview.chromium.org/2514663002/diff/1/src/compiler/simd-scalar-lowering.h File src/compiler/simd-scalar-lowering.h (right): https://codereview.chromium.org/2514663002/diff/1/src/compiler/simd-scalar-lowering.h#newcode56 src/compiler/simd-scalar-lowering.h:56: bool IsScalarLoweringEnabled() { How hard is it to just ...
4 years, 1 month ago (2016-11-18 19:30:59 UTC) #6
gdeepti
https://codereview.chromium.org/2514663002/diff/1/src/compiler/simd-scalar-lowering.h File src/compiler/simd-scalar-lowering.h (right): https://codereview.chromium.org/2514663002/diff/1/src/compiler/simd-scalar-lowering.h#newcode56 src/compiler/simd-scalar-lowering.h:56: bool IsScalarLoweringEnabled() { On 2016/11/18 19:30:59, bbudge wrote: > ...
4 years, 1 month ago (2016-11-21 19:30:03 UTC) #13
bbudge
I like the way you changed the build files. I think that's the cleanest and ...
4 years, 1 month ago (2016-11-21 19:48:09 UTC) #14
gdeepti
https://codereview.chromium.org/2514663002/diff/40001/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/2514663002/diff/40001/src/compiler/wasm-compiler.cc#newcode3083 src/compiler/wasm-compiler.cc:3083: if (!CpuFeatures::SupportsSimd128()) { On 2016/11/21 19:48:09, bbudge wrote: > ...
4 years, 1 month ago (2016-11-21 20:56:39 UTC) #17
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/2514663002/60001
4 years, 1 month ago (2016-11-21 20:56:54 UTC) #20
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/29043)
4 years, 1 month ago (2016-11-21 21:00:06 UTC) #22
gdeepti
Adding mtrofin@ for owners review for wasm-compiler.cc
4 years, 1 month ago (2016-11-21 21:01:41 UTC) #24
gdeepti
Adding mtrofin@ for owners review for wasm-compiler.cc
4 years, 1 month ago (2016-11-21 21:01:45 UTC) #25
Mircea Trofin
lgtm
4 years, 1 month ago (2016-11-21 23:00:16 UTC) #26
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/2514663002/60001
4 years, 1 month ago (2016-11-21 23:00:52 UTC) #28
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-11-21 23:03:13 UTC) #30
commit-bot: I haz the power
4 years, 1 month ago (2016-11-21 23:03:33 UTC) #32
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e60e961140a1cae0c91ee0d7141c765bc193ab6c
Cr-Commit-Position: refs/heads/master@{#41160}

Powered by Google App Engine
This is Rietveld 408576698