commit | 15f95b103731a4386c784ef3ca79c47e68e27719 | [log] [tgz] |
---|---|---|
author | Artem Serov <artem.serov@linaro.org> | Fri Jun 29 15:30:36 2018 +0100 |
committer | Artem Serov <artem.serov@linaro.org> | Fri Jun 29 19:29:53 2018 +0100 |
tree | 12a257e5889029543d960c5578c20d2600824bb0 | |
parent | b5271dd44a30f498689e503340d3c8d01bf31f07 [diff] |
ART: Fix HSelectGenerator for instructions which can throw. Make sure that HSelectGenerator doesn't hoist instructions which can throw. Currently this doesn't happen due to SideEffect::CanTriggerGC however this side effect is to be removed for some instructions. Test: select_generator_test. Test: test-art-host, test-art-target. Change-Id: I996f6cbdcee4987a36079d387a7b74b326881ab6