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

Issue 135553005: Fix issue 16592: Do not attempt to merge operations that do not have uses, otherwise we add force u… (Closed)

Created:
6 years, 10 months ago by srdjan
Modified:
6 years, 10 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix issue 16592: Do not attempt to merge operations that do not have uses, otherwise we add force uses to them (temporary array to hold two results) and the graph verification fails(no SSA temp but has uses). R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=32381

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -2 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 4 chunks +10 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M tests/language/arithmetic_test.dart View 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
6 years, 10 months ago (2014-02-06 19:29:34 UTC) #1
Ivan Posva
LGTM -ip
6 years, 10 months ago (2014-02-06 19:39:43 UTC) #2
srdjan
6 years, 10 months ago (2014-02-06 19:55:59 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r32381 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698