diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2015-10-18 21:17:11 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2015-10-18 21:17:11 +0000 |
commit | 30c2265f981c58415a918df6f47506e16dfaa0f8 (patch) | |
tree | 5e7a7f35dcf7ea7d783bf395166d5af7e0b187d6 /lldb/scripts/Python/modules | |
parent | 43d3a7ae013bd4ba8883875978cc29cf3f38edc1 (diff) | |
download | bcm5719-llvm-30c2265f981c58415a918df6f47506e16dfaa0f8.tar.gz bcm5719-llvm-30c2265f981c58415a918df6f47506e16dfaa0f8.zip |
[FIX] Normalize loops outside the SCoP during schedule generation
We build the schedule based on a traversal of the region and accumulate
information for each loop in it. The total schedule is associated with the
loop surrounding the SCoP, though it can happen that there are blocks in the
SCoP which are part of loops that are only partially in the SCoP. Instead of
associating information with them (they are not part of the SCoP and
consequently are not modeled) we have to associate the schedule information
with the surrounding loop if any.
This fixes bug 25240.
llvm-svn: 250668
Diffstat (limited to 'lldb/scripts/Python/modules')
0 files changed, 0 insertions, 0 deletions