commit | efb3f0db4d7f1b4af1aad5dd1536b17cdc75a1b0 | [log] [tgz] |
---|---|---|
author | Mingyao Yang <mingyao@google.com> | Fri Aug 04 13:21:31 2017 -0700 |
committer | Mingyao Yang <mingyao@google.com> | Mon Aug 14 12:07:30 2017 -0700 |
tree | deb09bf02a33afe4d780176ed54292ad742afe0e | |
parent | 312556e9db0a420f48bd80b64b6c5409decc6e9a [diff] |
Run HeapLocationCollector once in scheduler instead of locally. HeapLocationCollector does alias analysis globally instead of at block scale. For example doing it locally breaks the pre-existence based alias analysis. It's also expensive to do it for each basic block. (cherry-picked from commit 179861c7e8bb4f5f1b44e7588fc8791446c30ae5) Test: run-test/gtest on target/host, 662-regression-alias Bug: 64018485 Change-Id: If001e2961b5a52b50b1bcefd5e4a89d9c25f25b8