summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/modules
diff options
context:
space:
mode:
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>2015-10-18 21:17:11 +0000
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>2015-10-18 21:17:11 +0000
commit30c2265f981c58415a918df6f47506e16dfaa0f8 (patch)
tree5e7a7f35dcf7ea7d783bf395166d5af7e0b187d6 /lldb/scripts/Python/modules
parent43d3a7ae013bd4ba8883875978cc29cf3f38edc1 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud