commit | 217fe73a6c2f3ec44dc52c85c8a101313d048f04 | [log] [tgz] |
---|---|---|
author | Serguei Katkov <serguei.i.katkov@intel.com> | Thu Mar 27 14:41:56 2014 +0700 |
committer | Serguei Katkov <serguei.i.katkov@intel.com> | Fri Mar 28 13:12:10 2014 +0700 |
tree | a0d856cfbfd6d94ac2f3290491a24545838e31e6 | |
parent | ad174d1b54bf2fa477bec71a0ca93595f54b8fe9 [diff] |
Annotate Dalvik VR access as both use and def if we use it in this way Some 2addr operations use direct access to VR in memory as both def and use but annotate its only as def. It results in later optimizations like reorder of LIRs can re-order this operation with other mov. Change-Id: I04ac40c9f229af6f1e5c5f91f4901b1452509582 Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com>