[PATCH] D36776: [polly] Fix ScopDetectionDiagnostic test failure caused by r310940

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 13:47:54 PDT 2017


grosser added a comment.

OK for now. I would like to get these back at some point, but should do this later.



================
Comment at: test/ScopDetectionDiagnostics/ReportLoopHasNoExit.ll:4
+; The test case stopped making sense after r310940 that added infinite loops to the
+; PostDominatorTree. Infinite loops are postdominated ony by the virtual root, which
+; causes them not to appear in regions in ScopDetection anymore.
----------------
The "ony" seems brokenhere.


https://reviews.llvm.org/D36776





More information about the llvm-commits mailing list