[PATCH] D27469: [LoopVersioning] Check if exit block dominates runtime check block.

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 07:27:57 PST 2016


hfinkel added a comment.

In https://reviews.llvm.org/D27469#614831, @anemet wrote:

> LGTM.  @hfinkel, is there a better way to handle infinite loops like this?


I agree with Eli; we generally avoid this kind of situation by only handling loops that can be in loop-simplify form.


https://reviews.llvm.org/D27469





More information about the llvm-commits mailing list