diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2018-06-22 02:43:41 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2018-06-22 02:43:41 +0000 |
commit | fe70b29cf71283eaa9cc104eeddcc011befcec73 (patch) | |
tree | eba465cba90cacc6243c54f99e9bfb24bd4595b9 /lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py | |
parent | 9a6535718ef98397a6c910a920fb1472b9e5ecb0 (diff) | |
download | bcm5719-llvm-fe70b29cf71283eaa9cc104eeddcc011befcec73.tar.gz bcm5719-llvm-fe70b29cf71283eaa9cc104eeddcc011befcec73.zip |
[LegacyPM] Fix PR37888 by teaching the legacy loop pass manager how to
clear out deleted loops from the current queue beyond just the current
loop.
This is important because SimpleLoopUnswitch will now enqueue the same
loop to be re-processed. When it does this with the legacy PM, we don't
have a way of canceling the rest of the pipeline and so we can end up
deleting the loop before we reprocess it. =/
This change also makes it easy to support deleting other loops in the
queue to process, although I don't have any use cases for that.
Differential Revision: https://reviews.llvm.org/D48470
llvm-svn: 335317
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py')
0 files changed, 0 insertions, 0 deletions