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

Issue 2164253002: [turbofan] New GraphReducer based LoadElimination. (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] New GraphReducer based LoadElimination. Turn the LoadElimination into a proper graph Reducer so that it can run together with ValueNumbering and RedundancyElimination to a fixpoint for maximum load/check elimination. This also adds initial support for eliminating redundant LoadElement/StoreElement nodes. BUG=v8:4930, v8:5141 Committed: https://crrev.com/a2ad4c8f62a4c42e07df9b084675f7ebc03c1312 Cr-Commit-Position: refs/heads/master@{#38015}

Patch Set 1 : Initial version. #

Patch Set 2 : Simplify pipeline a bit. #

Patch Set 3 : Add unittests for the LoadElimination. #

Patch Set 4 : Teach alias analysis about FinishRegion. #

Total comments: 6

Patch Set 5 : Address comments. REBASE. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+771 lines, -394 lines) Patch
M src/compiler/load-elimination.h View 1 chunk +156 lines, -14 lines 0 comments Download
M src/compiler/load-elimination.cc View 1 2 3 4 4 chunks +455 lines, -348 lines 0 comments Download
M src/compiler/pipeline.cc View 1 2 3 4 3 chunks +8 lines, -11 lines 0 comments Download
M test/unittests/compiler/load-elimination-unittest.cc View 1 2 3 chunks +152 lines, -21 lines 0 comments Download

Messages

Total messages: 34 (28 generated)
Benedikt Meurer
Hey Jaro, I think this is ready for early feedback. Will still need to do ...
4 years, 5 months ago (2016-07-21 17:33:01 UTC) #13
Jarin
This looks awesome! lgtm. https://codereview.chromium.org/2164253002/diff/80001/src/compiler/load-elimination.cc File src/compiler/load-elimination.cc (right): https://codereview.chromium.org/2164253002/diff/80001/src/compiler/load-elimination.cc#newcode92 src/compiler/load-elimination.cc:92: if (MayAlias(object, element.object) && MayAlias(index, ...
4 years, 5 months ago (2016-07-25 11:22:27 UTC) #26
Benedikt Meurer
https://codereview.chromium.org/2164253002/diff/80001/src/compiler/load-elimination.cc File src/compiler/load-elimination.cc (right): https://codereview.chromium.org/2164253002/diff/80001/src/compiler/load-elimination.cc#newcode92 src/compiler/load-elimination.cc:92: if (MayAlias(object, element.object) && MayAlias(index, element.index)) { On 2016/07/25 ...
4 years, 5 months ago (2016-07-25 11:28:43 UTC) #27
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/2164253002/100001
4 years, 5 months ago (2016-07-25 11:29:31 UTC) #30
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 5 months ago (2016-07-25 12:02:25 UTC) #32
commit-bot: I haz the power
4 years, 5 months ago (2016-07-25 12:05:22 UTC) #34
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a2ad4c8f62a4c42e07df9b084675f7ebc03c1312
Cr-Commit-Position: refs/heads/master@{#38015}

Powered by Google App Engine
This is Rietveld 408576698