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

Issue 529893002: Fix representation change insertion for phis. (Closed)

Created:
6 years, 3 months ago by titzer
Modified:
6 years, 3 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Fix representation change insertion for phis. R=mstarzinger@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=23590

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -6 lines) Patch
M src/compiler/simplified-lowering.cc View 2 chunks +19 lines, -6 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
titzer
6 years, 3 months ago (2014-09-02 08:32:29 UTC) #1
Michael Starzinger
LGTM. https://codereview.chromium.org/529893002/diff/1/src/compiler/simplified-lowering.cc File src/compiler/simplified-lowering.cc (right): https://codereview.chromium.org/529893002/diff/1/src/compiler/simplified-lowering.cc#newcode257 src/compiler/simplified-lowering.cc:257: int values = OperatorProperties::GetValueInputCount(node->op()); nit: Can we move ...
6 years, 3 months ago (2014-09-02 08:37:01 UTC) #2
titzer
Committed patchset #1 manually as 23590 (presubmit successful).
6 years, 3 months ago (2014-09-02 10:14:33 UTC) #3
titzer
6 years, 3 months ago (2014-09-02 10:14:58 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/529893002/diff/1/src/compiler/simplified-lowe...
File src/compiler/simplified-lowering.cc (right):

https://codereview.chromium.org/529893002/diff/1/src/compiler/simplified-lowe...
src/compiler/simplified-lowering.cc:257: int values =
OperatorProperties::GetValueInputCount(node->op());
On 2014/09/02 08:37:01, Michael Starzinger wrote:
> nit: Can we move the values into the condition (i.e. one line below). Having
it
> be decremented to zero in two exclusive conditions looks dangerous to me.

Done.

Powered by Google App Engine
This is Rietveld 408576698