diff options
author | Mikael Holmen <mikael.holmen@ericsson.com> | 2018-05-17 09:05:40 +0000 |
---|---|---|
committer | Mikael Holmen <mikael.holmen@ericsson.com> | 2018-05-17 09:05:40 +0000 |
commit | 2ca16899ecb723ed035402772d7ab32b9e0425a8 (patch) | |
tree | afe74f5748e47650a2983bd31ee839da1e37ff3f /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py | |
parent | b48d65ca757f8d7199b6a7825cb100b95c5d9781 (diff) | |
download | bcm5719-llvm-2ca16899ecb723ed035402772d7ab32b9e0425a8.tar.gz bcm5719-llvm-2ca16899ecb723ed035402772d7ab32b9e0425a8.zip |
Require DominatorTree when requiring/preserving LoopInfo in the old pass manager
Summary:
Require DominatorTree when requiring/preserving LoopInfo in the old pass manager
BreakCriticalEdges tries to keep LoopInfo and DominatorTree updated if they
exist. However, since commit r321653 and r321805, to update LoopInfo we
must have a DominatorTree, or we will hit an assert.
To fix this we now make a couple of passes that only required/preserved
LoopInfo also require DominatorTree.
This solves PR37334.
Reviewers: eli.friedman, efriedma
Reviewed By: efriedma
Subscribers: efriedma, llvm-commits
Differential Revision: https://reviews.llvm.org/D46829
llvm-svn: 332583
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py')
0 files changed, 0 insertions, 0 deletions