diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2016-09-08 01:52:26 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2016-09-08 01:52:26 +0000 |
commit | 5e0a20697e5e57d7306d4b335cb5aa9cd359e99b (patch) | |
tree | 3747e5c33115403d958ad8162bf89adc9fe1f433 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py | |
parent | 81291a0fce2fb46f466676c1fd023af09c5ebbd7 (diff) | |
download | bcm5719-llvm-5e0a20697e5e57d7306d4b335cb5aa9cd359e99b.tar.gz bcm5719-llvm-5e0a20697e5e57d7306d4b335cb5aa9cd359e99b.zip |
[LoopUnroll] Properly update loop-info when cloning prologues and epilogues.
Summary:
When cloning blocks for prologue/epilogue we need to replicate the loop
structure from the original loop. It wasn't a problem for the innermost
loops, but it led to an incorrect loop info when we unrolled a loop with
a child loop - in this case created prologue-loop had a child loop, but
loop info didn't reflect that.
This fixes PR28888.
Reviewers: chandlerc, sanjoy, hfinkel
Subscribers: llvm-commits, silvas
Differential Revision: https://reviews.llvm.org/D24203
llvm-svn: 280901
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions