[PATCH] D40874: [LV][LoopInfo] Add irreducible CFG detection for outer loops

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 12:37:58 PST 2018


dcaballe added a comment.

Yes, this is NFC. Since this is kind of a refactoring, there are already tests for the 'containsIrreducibleCFG' utility function in ShrinkWarp and LV passes.
I'm introducing more tests targeting outer loops in the subsequent patch (https://reviews.llvm.org/D42447), which starts to enable the outer loop functionality in LV.
At this point, LV skips all the outer loops so I cannot do any testing in that regard.


https://reviews.llvm.org/D40874





More information about the llvm-commits mailing list