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

Issue 2177483002: [turbofan] Handle impossible types (Type::None()) in the backend. (Closed)

Created:
4 years, 5 months ago by Jarin
Modified:
4 years, 5 months ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, Michael Starzinger
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Handle impossible types (Type::None()) in the backend. BUG=chromium:630611 Committed: https://crrev.com/a81d19d583baea17ea0aa70609c17ad18ce3f269 Cr-Commit-Position: refs/heads/master@{#37994}

Patch Set 1 #

Patch Set 2 : Tweak #

Patch Set 3 : Fix arm64 #

Patch Set 4 : Tweak #

Patch Set 5 : Fix? #

Patch Set 6 : Fix?? #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -34 lines) Patch
M src/bailout-reason.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/compiler/arm/code-generator-arm.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/code-generator.cc View 1 chunk +5 lines, -1 line 0 comments Download
M src/compiler/ia32/code-generator-ia32.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/instruction.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/instruction-codes.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/instruction-scheduler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/instruction-selector.cc View 1 2 3 4 5 6 chunks +61 lines, -9 lines 3 comments Download
M src/compiler/instruction-selector-impl.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/compiler/machine-operator.h View 1 chunk +10 lines, -0 lines 0 comments Download
M src/compiler/machine-operator.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/compiler/mips/code-generator-mips.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/opcodes.h View 1 chunk +6 lines, -0 lines 3 comments Download
M src/compiler/ppc/code-generator-ppc.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/representation-change.cc View 1 2 3 8 chunks +39 lines, -9 lines 0 comments Download
M src/compiler/s390/code-generator-s390.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/compiler/typer.cc View 2 chunks +21 lines, -3 lines 0 comments Download
M src/compiler/verifier.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/x87/code-generator-x87.cc View 1 chunk +3 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/regress-630611.js View 1 chunk +7 lines, -7 lines 0 comments Download

Messages

Total messages: 34 (27 generated)
Jarin
Could you take a look, please? (I feel terrible about this.)
4 years, 5 months ago (2016-07-22 14:06:29 UTC) #8
Benedikt Meurer
I feel your pain. But I have a suggestion how to make it less severe. ...
4 years, 5 months ago (2016-07-24 17:23:41 UTC) #27
Jarin
https://codereview.chromium.org/2177483002/diff/100001/src/compiler/instruction-selector.cc File src/compiler/instruction-selector.cc (right): https://codereview.chromium.org/2177483002/diff/100001/src/compiler/instruction-selector.cc#newcode1326 src/compiler/instruction-selector.cc:1326: #if V8_TARGET_ARCH_64_BIT On 2016/07/24 17:23:41, Benedikt Meurer wrote: > ...
4 years, 5 months ago (2016-07-24 18:15:40 UTC) #28
Benedikt Meurer
lgtm https://codereview.chromium.org/2177483002/diff/100001/src/compiler/instruction-selector.cc File src/compiler/instruction-selector.cc (right): https://codereview.chromium.org/2177483002/diff/100001/src/compiler/instruction-selector.cc#newcode1326 src/compiler/instruction-selector.cc:1326: #if V8_TARGET_ARCH_64_BIT Mhm, that's weird. https://codereview.chromium.org/2177483002/diff/100001/src/compiler/opcodes.h File src/compiler/opcodes.h ...
4 years, 5 months ago (2016-07-25 03:36:51 UTC) #30
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/2177483002/100001
4 years, 5 months ago (2016-07-25 03:36:58 UTC) #31
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-07-25 04:00:24 UTC) #32
commit-bot: I haz the power
4 years, 5 months ago (2016-07-25 04:03:09 UTC) #34
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a81d19d583baea17ea0aa70609c17ad18ce3f269
Cr-Commit-Position: refs/heads/master@{#37994}

Powered by Google App Engine
This is Rietveld 408576698