Skip to content

Commit 8fb5712

Browse files
committed
[Polly] XFAIL ReportLoopHasNoExit tests after r310940
ReportLoopHasNoExit started failing after r310940 that added infinite loops to postdominators. The change made regions not contain infinite loops anymore. This patch unbreaks the polly tree by XFAILING the ReportLoopHasNoExit test. Full fix is under review in D36776. llvm-svn: 310980
1 parent 647b482 commit 8fb5712

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

polly/test/ScopDetectionDiagnostics/ReportLoopHasNoExit.ll

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
; XFAIL: *
2+
3+
; The test case stopped making sense after r310940 that added infinite loops to
4+
; the PostDominatorTree. Infinite loops are postdominated ony by the virtual
5+
; root, which causes them not to appear in regions in ScopDetection anymore.
6+
17
; RUN: opt %loadPolly -pass-remarks-missed="polly-detect" -polly-allow-nonaffine-loops -analyze -polly-detect < %s 2>&1 | FileCheck %s
28
; RUN: opt %loadPolly -pass-remarks-missed="polly-detect" -polly-allow-nonaffine-loops=false -analyze -polly-detect < %s 2>&1 | FileCheck %s
39

0 commit comments

Comments
 (0)