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

Issue 2139203002: [turbofan] Allow non-speculative operators to consume feedback types. (Closed)

Created:
4 years, 5 months ago by Benedikt Meurer
Modified:
4 years, 5 months ago
Reviewers:
Jarin
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] Allow non-speculative operators to consume feedback types. Turn the retyping pass of SimplifiedLowering into a proper phase, and make it possible to propagate feedback types through non-speculative operators. This defers the output representation selection to the retyping phase, and checks that we don't mess up. As a first user, we consume input type feedback for NumberAbs as well. Long-term we can add all other operators to the mix. R=jarin@chromium.org Committed: https://crrev.com/b93cde3744c77cda088ca332bed84b34e6c711ff Cr-Commit-Position: refs/heads/master@{#37672}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -98 lines) Patch
M src/compiler/operation-typer.h View 1 chunk +7 lines, -5 lines 0 comments Download
M src/compiler/operation-typer.cc View 7 chunks +35 lines, -7 lines 0 comments Download
M src/compiler/representation-change.h View 1 chunk +15 lines, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 17 chunks +57 lines, -38 lines 0 comments Download
M src/compiler/typer.cc View 1 4 chunks +9 lines, -48 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
Benedikt Meurer
4 years, 5 months ago (2016-07-12 07:59:32 UTC) #1
Jarin
https://codereview.chromium.org/2139203002/diff/1/src/compiler/simplified-lowering.cc File src/compiler/simplified-lowering.cc (right): https://codereview.chromium.org/2139203002/diff/1/src/compiler/simplified-lowering.cc#newcode55 src/compiler/simplified-lowering.cc:55: // feedback forwards. Just say "Propagate types from type ...
4 years, 5 months ago (2016-07-12 08:51:49 UTC) #6
Benedikt Meurer
https://codereview.chromium.org/2139203002/diff/1/src/compiler/simplified-lowering.cc File src/compiler/simplified-lowering.cc (right): https://codereview.chromium.org/2139203002/diff/1/src/compiler/simplified-lowering.cc#newcode55 src/compiler/simplified-lowering.cc:55: // feedback forwards. On 2016/07/12 08:51:49, Jarin wrote: > ...
4 years, 5 months ago (2016-07-12 09:43:49 UTC) #7
Jarin
lgtm
4 years, 5 months ago (2016-07-12 09:46:57 UTC) #8
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/2139203002/20001
4 years, 5 months ago (2016-07-12 09:47:13 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-12 10:08:51 UTC) #11
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-12 10:09:08 UTC) #12
commit-bot: I haz the power
4 years, 5 months ago (2016-07-12 10:09:16 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b93cde3744c77cda088ca332bed84b34e6c711ff
Cr-Commit-Position: refs/heads/master@{#37672}

Powered by Google App Engine
This is Rietveld 408576698