diff options
| author | Andreas Simbuerger <simbuerg@fim.uni-passau.de> | 2014-06-27 06:21:14 +0000 |
|---|---|---|
| committer | Andreas Simbuerger <simbuerg@fim.uni-passau.de> | 2014-06-27 06:21:14 +0000 |
| commit | b379edbb3e25760dc6bca6cfee721c9927dfaac8 (patch) | |
| tree | fcb85c060a59a904db77a0352fd8dba8b4a492b5 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | aa0dd5a4097e817531454b78ed7d349289d1a82c (diff) | |
| download | llvm-b379edbb3e25760dc6bca6cfee721c9927dfaac8.zip llvm-b379edbb3e25760dc6bca6cfee721c9927dfaac8.tar.gz llvm-b379edbb3e25760dc6bca6cfee721c9927dfaac8.tar.bz2 | |
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
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
