summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorVladimir <vladimir.a.ivanov@intel.com>2015-02-11 14:11:19 +0600
committerSerguei Katkov <serguei.i.katkov@intel.com>2015-02-18 09:53:24 +0600
commit0d5fd49f222541d0f8857646bbc51a79ef0439f9 (patch)
tree821871c1b01db46af9f24ee3417d54258b1a5d73 /compiler/optimizing/graph_visualizer.cc
parent6e27f82193a8f54cd8ecdc8fb2c4c1adadafbaf4 (diff)
ART: Promoted register may be wrong after the load of zero fp constant
Because of Dalvik byte code's lack of immediate typing, the same vreg may be used in core, ref and fp operations. To properly support GC, we must ensure that if a constant zero is loaded into a fp view of a vreg, it must also be loaded into the core/ref view. The code that was responsible for ensuring this failed to handle the case of a vreg having a non-promoted fp view and a promoted core/ref view. Change-Id: If77295aa93317e749ceacc8c1dd9e582122c368f Signed-off-by: Vladimir <vladimir.a.ivanov@intel.com> Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com>
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions