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

Issue 2222513002: [turbofan] Insert sigma nodes for loop variable backedge. (Closed)

Created:
4 years, 4 months ago by Jarin
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] Insert sigma nodes for loop variable backedge. If we infer loop variable bounds, we need to insert a type rename node (sigma) to make sure that simplified lowering can choose representations consistently. Committed: https://crrev.com/e144335fe31e6700080103b468c6392fe49edcc3 Cr-Commit-Position: refs/heads/master@{#38391}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebase #

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -11 lines) Patch
M src/compiler/common-operator.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M src/compiler/common-operator.cc View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
M src/compiler/loop-variable-optimizer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/loop-variable-optimizer.cc View 1 2 2 chunks +15 lines, -1 line 0 comments Download
M src/compiler/opcodes.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/operation-typer.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M src/compiler/operation-typer.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 2 7 chunks +27 lines, -7 lines 0 comments Download
M src/compiler/typer.cc View 1 2 4 chunks +9 lines, -1 line 0 comments Download
M src/compiler/verifier.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-loop-variable-unsigned.js View 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (16 generated)
Jarin
Could you take a look, please?
4 years, 4 months ago (2016-08-05 12:25:50 UTC) #2
Benedikt Meurer
LGTM modulo compile errors and nits. https://codereview.chromium.org/2222513002/diff/1/src/compiler/common-operator.h File src/compiler/common-operator.h (right): https://codereview.chromium.org/2222513002/diff/1/src/compiler/common-operator.h#newcode186 src/compiler/common-operator.h:186: Type* SigmaTypeOf(Operator const*) ...
4 years, 4 months ago (2016-08-05 12:54:21 UTC) #7
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/2222513002/40001
4 years, 4 months ago (2016-08-05 14:05:12 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-05 14:32:09 UTC) #19
commit-bot: I haz the power
4 years, 4 months ago (2016-08-05 14:34:20 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e144335fe31e6700080103b468c6392fe49edcc3
Cr-Commit-Position: refs/heads/master@{#38391}

Powered by Google App Engine
This is Rietveld 408576698