ScopDetection: Support keep-going
authorAndreas Simbuerger <simbuerg@fim.uni-passau.de>
Sat, 24 May 2014 09:25:10 +0000 (09:25 +0000)
committerAndreas Simbuerger <simbuerg@fim.uni-passau.de>
Sat, 24 May 2014 09:25:10 +0000 (09:25 +0000)
commit0447240ee93e8e686456b0a9a8b1a09245f10b83
treeeab796d6017fa97e23d8aed41b9ef5bb5464dfc8
parent8a00c9bb0f5617bb047953111898f8aa810c7707
ScopDetection: Support keep-going

Support a 'keep-going' mode for the ScopDetection. In this mode, we just keep
on detecting, even if we encounter an error.

This is useful for diagnosing SCoP candidates. Sometimes you want all the
errors. Invalid SCoPs will still be refused in the end, we just refuse to
abort on the first error.

llvm-svn: 209574
polly/include/polly/ScopDetectionDiagnostic.h
polly/lib/Analysis/ScopDetection.cpp