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

Issue 12391060: In LoadOptimizer::EmitPhis check for environment uses of phis. (Closed)

Created:
7 years, 9 months ago by Vyacheslav Egorov (Google)
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

In LoadOptimizer::EmitPhis check for environment uses of phis. Previously we checked for input uses only. This caused some phis to be not emitted if they had only environment uses. The bug was masked by an elimination pass done before the register allocation. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=19390

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -1 line) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +1 line, -1 line 0 comments Download
A tests/language/store_to_load_forwarding_phis_vm_test.dart View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vyacheslav Egorov (Google)
7 years, 9 months ago (2013-03-04 14:50:57 UTC) #1
Kevin Millikin (Google)
lgtm
7 years, 9 months ago (2013-03-04 14:53:35 UTC) #2
Vyacheslav Egorov (Google)
7 years, 9 months ago (2013-03-04 14:55:41 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19390 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698