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

Issue 2120243002: [turbofan] Better handling of empty type in simplified lowering. (Closed)

Created:
4 years, 5 months ago by Jarin
Modified:
4 years, 5 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] Better handling of empty type in simplified lowering. The re-typer now only types a node if its inputs are all typed with the exception of phi nodes. This works because all cycles in the graph have to contain a phi node. BUG=chromium:625558 Committed: https://crrev.com/9fdacb9e554e2b1ba235d9bb8e7f5cd8ee653883 Cr-Commit-Position: refs/heads/master@{#37493}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Disable slow test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -37 lines) Patch
M src/compiler/operation-typer.cc View 6 chunks +27 lines, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 6 chunks +21 lines, -26 lines 0 comments Download
A + test/mjsunit/compiler/regress-625558.js View 1 chunk +6 lines, -4 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 chunks +1 line, -7 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
Jarin
Could you take a look, please?
4 years, 5 months ago (2016-07-04 07:33:05 UTC) #2
Benedikt Meurer
LGTM with comments. https://codereview.chromium.org/2120243002/diff/1/src/compiler/operation-typer.cc File src/compiler/operation-typer.cc (right): https://codereview.chromium.org/2120243002/diff/1/src/compiler/operation-typer.cc#newcode293 src/compiler/operation-typer.cc:293: return Type::None(); Please use TypeBinaryOp as ...
4 years, 5 months ago (2016-07-04 07:41:46 UTC) #3
Jarin
https://codereview.chromium.org/2120243002/diff/1/src/compiler/operation-typer.cc File src/compiler/operation-typer.cc (right): https://codereview.chromium.org/2120243002/diff/1/src/compiler/operation-typer.cc#newcode293 src/compiler/operation-typer.cc:293: return Type::None(); On 2016/07/04 07:41:45, Benedikt Meurer wrote: > ...
4 years, 5 months ago (2016-07-04 08:40:10 UTC) #4
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/2120243002/20001
4 years, 5 months ago (2016-07-04 08:40:28 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-04 08:42:31 UTC) #8
commit-bot: I haz the power
4 years, 5 months ago (2016-07-04 08:43:21 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9fdacb9e554e2b1ba235d9bb8e7f5cd8ee653883
Cr-Commit-Position: refs/heads/master@{#37493}

Powered by Google App Engine
This is Rietveld 408576698