diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-01-22 09:44:37 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-01-22 09:44:37 +0000 |
commit | 1c3a6d7808412cdaee63213192d11ae0f7349dac (patch) | |
tree | 6784a3ac60c057071282253fe7c480518ca20f54 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | b3a9538e9507695b5716e4d8ef3d691c9882aa86 (diff) | |
download | bcm5719-llvm-1c3a6d7808412cdaee63213192d11ae0f7349dac.tar.gz bcm5719-llvm-1c3a6d7808412cdaee63213192d11ae0f7349dac.zip |
ScopDetection: Do not detect regions with irreducible control as scops
Polly currently does not support irreducible control and it is probably not
worth supporting. This patch adds code that checks for irreducible control
and refuses regions containing irreducible control.
Polly traditionally had rather restrictive checks on the control flow structure
which would have refused irregular control, but within the last couple of months
most of the control flow restrictions have been removed. As part of this
generalization we accidentally allowed irregular control flow.
Contributed-by: Karthik Senthil and Ajith Pandel
llvm-svn: 258497
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions