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

Issue 2191883002: [turbofan] Adds speculative opcodes for shift right. (Closed)

Created:
4 years, 4 months ago by epertoso
Modified:
4 years, 4 months ago
Reviewers:
Benedikt Meurer
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

[turbofan] Adds speculative opcodes for shift right. Drive-by fix: actually match the hint in the IsSpeculativeBinopMatcher. Committed: https://crrev.com/79ebd37d6590d2cc81d5acfc8296bea2af7c2d30 Cr-Commit-Position: refs/heads/master@{#38176}

Patch Set 1 #

Patch Set 2 : Update. #

Total comments: 2

Patch Set 3 : Update. #

Patch Set 4 : Solved merge conflicts #

Patch Set 5 : Really fix the merge conflicts. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -144 lines) Patch
M src/compiler/js-typed-lowering.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 2 3 2 chunks +19 lines, -19 lines 0 comments Download
M src/compiler/opcodes.h View 1 2 3 4 1 chunk +87 lines, -85 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 2 3 2 chunks +58 lines, -0 lines 0 comments Download
M src/compiler/simplified-operator.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/simplified-operator.cc View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M src/compiler/typer.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M src/compiler/verifier.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/turbo-number-feedback.js View 1 chunk +22 lines, -0 lines 0 comments Download
M test/unittests/compiler/js-typed-lowering-unittest.cc View 4 chunks +54 lines, -37 lines 0 comments Download
M test/unittests/compiler/node-test-utils.h View 1 chunk +10 lines, -0 lines 0 comments Download
M test/unittests/compiler/node-test-utils.cc View 4 chunks +25 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (19 generated)
epertoso
4 years, 4 months ago (2016-07-28 13:13:36 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/2191883002/diff/20001/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/2191883002/diff/20001/src/compiler/js-typed-lowering.cc#newcode593 src/compiler/js-typed-lowering.cc:593: static const Operator* SpeculativeVersionOf( Please make this a member ...
4 years, 4 months ago (2016-07-28 16:43:02 UTC) #12
epertoso
https://codereview.chromium.org/2191883002/diff/20001/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/2191883002/diff/20001/src/compiler/js-typed-lowering.cc#newcode593 src/compiler/js-typed-lowering.cc:593: static const Operator* SpeculativeVersionOf( On 2016/07/28 16:43:02, Benedikt Meurer ...
4 years, 4 months ago (2016-07-29 09:35:13 UTC) #13
Benedikt Meurer
lgtm
4 years, 4 months ago (2016-07-29 09:35:50 UTC) #15
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/2191883002/40001
4 years, 4 months ago (2016-07-29 09:35:58 UTC) #16
commit-bot: I haz the power
Failed to apply patch for src/compiler/opcodes.h: While running git apply --index -3 -p1; error: patch ...
4 years, 4 months ago (2016-07-29 09:57:18 UTC) #18
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/2191883002/60001
4 years, 4 months ago (2016-07-29 10:29:35 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: v8_android_arm_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/21767) v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
4 years, 4 months ago (2016-07-29 10:31:39 UTC) #23
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/2191883002/80001
4 years, 4 months ago (2016-07-29 10:37:05 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-07-29 11:04:02 UTC) #28
commit-bot: I haz the power
4 years, 4 months ago (2016-07-29 11:04:30 UTC) #30
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/79ebd37d6590d2cc81d5acfc8296bea2af7c2d30
Cr-Commit-Position: refs/heads/master@{#38176}

Powered by Google App Engine
This is Rietveld 408576698