aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorAndreas Simbuerger <simbuerg@fim.uni-passau.de>2014-06-27 06:21:14 +0000
committerAndreas Simbuerger <simbuerg@fim.uni-passau.de>2014-06-27 06:21:14 +0000
commitb379edbb3e25760dc6bca6cfee721c9927dfaac8 (patch)
treefcb85c060a59a904db77a0352fd8dba8b4a492b5 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentaa0dd5a4097e817531454b78ed7d349289d1a82c (diff)
downloadllvm-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