OSDN Git Service

ART: AddVectorReduce should store result in memory carefully
authorMaxim Kazantsev <maxim.kazantsev@intel.com>
Tue, 24 Feb 2015 09:07:55 +0000 (15:07 +0600)
committerMaxim Kazantsev <maxim.kazantsev@intel.com>
Wed, 4 Mar 2015 04:40:19 +0000 (10:40 +0600)
commit085b733d15ec09afa27b85358acb89d9bc02e843
tree3345d76e4b9e0409f0967e378a1632b9bd9c6b1e
parent4b39eeea67b0fecf21588d7b00e92eb844014c24
ART: AddVectorReduce should store result in memory carefully

When generating AddVectorReduce, in some cirsumstances we
add value reduced from vector directly to memory. We must
ensure that local LIR optimizations are aware about it.

Change-Id: I8fe19939f67dcd184b08f63026b0da18007d34b8
compiler/dex/quick/x86/target_x86.cc