diff options
author | Jakub Kuderski <kubakuderski@gmail.com> | 2017-08-22 22:01:53 +0000 |
---|---|---|
committer | Jakub Kuderski <kubakuderski@gmail.com> | 2017-08-22 22:01:53 +0000 |
commit | 0ac1e585fc92eaccfb3b1719f3aafc9cb915e708 (patch) | |
tree | 2fabb1e2eb509900453aea45b238debd69754de8 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 4942a0b0f30a68c4931098296a44e5f92cb9a8c0 (diff) | |
download | llvm-0ac1e585fc92eaccfb3b1719f3aafc9cb915e708.zip llvm-0ac1e585fc92eaccfb3b1719f3aafc9cb915e708.tar.gz llvm-0ac1e585fc92eaccfb3b1719f3aafc9cb915e708.tar.bz2 |
[polly] Fix ScopDetectionDiagnostic test failure caused by r310940
Summary:
ScopDetection used to check if a loop withing a region was infinite and emitted a diagnostic in such cases. After r310940 there's no point checking against that situation, as infinite loops don't appear in regions anymore.
The test failure was observed on these two polly buildbots:
http://lab.llvm.org:8011/builders/polly-arm-linux/builds/8368
http://lab.llvm.org:8011/builders/polly-amd64-linux/builds/10310
This patch XFAILs `ReportLoopHasNoExit.ll` and turns infinite loop detection into an assert.
Reviewers: grosser, sanjoy, bollu
Reviewed By: grosser
Subscribers: efriedma, aemerson, kristof.beyls, dberlin, llvm-commits
Tags: #polly
Differential Revision: https://reviews.llvm.org/D36776
llvm-svn: 311503
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions