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

Issue 734093002: When constant folding x == y take reachability of blocks into account. (Closed)

Created:
6 years, 1 month ago by Vyacheslav Egorov (Google)
Modified:
6 years, 1 month ago
Reviewers:
Florian Schneider, fscheider
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

When constant folding x == y take reachability of blocks into account. This allows to constant fold phi(x, ...) == x if a single predecessor is reachable. R=fschneider@google.com, fscheider@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=41777

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -25 lines) Patch
M runtime/vm/flow_graph_optimizer.h View 2 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 8 chunks +70 lines, -19 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Vyacheslav Egorov (Google)
6 years, 1 month ago (2014-11-17 14:16:48 UTC) #1
Florian Schneider
lgtm
6 years, 1 month ago (2014-11-17 14:47:31 UTC) #3
Vyacheslav Egorov (Google)
6 years, 1 month ago (2014-11-17 15:11:02 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 41777 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698