llvm-project/polly/lib
Andreas Simbuerger b379edbb3e Don't expand to invalid Scops with -polly-detect-keep-going
Enabling -keep-going in ScopDetection causes expansion to an invalid
Scop candidate.

Region A     <- Valid candidate
   |
Region B     <- Invalid candidate

If -keep-going is enabled, ScopDetection would expand A to A+B because
the RejectLog is never checked for errors during expansion.

With this patch only A becomes a valid Scop.

llvm-svn: 211875
2014-06-27 06:21:14 +00:00
..
Analysis Don't expand to invalid Scops with -polly-detect-keep-going 2014-06-27 06:21:14 +00:00
CodeGen [Refactor] Make the used dependence types explicit 2014-06-26 20:24:17 +00:00
Exchange Fix build 2014-06-19 16:19:32 +00:00
JSON [C++11] Use nullptr 2014-04-16 07:33:47 +00:00
Support Do not use namespace polly inside a header. 2014-06-12 07:26:25 +00:00
Transform Model statement wise reduction dependences 2014-06-20 16:37:11 +00:00
CMakeLists.txt cmake: Fix reference to Pluto file 2014-06-24 13:31:42 +00:00
Makefile ScopDetectionDiagnostic: Update Makefile 2014-05-24 18:51:14 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00