[PATCH] D30757: [LoopUnroll] Handle loops where the exiting block is different from the latch

Michael Zolotukhin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 16:38:11 PDT 2017


mzolotukhin accepted this revision.
mzolotukhin added a comment.
This revision is now accepted and ready to land.

Looks good to me, but, as you noticed in the PR - do we want to work with such loops at all? Did you check what happens if we just bail out on such loops?

Michael


https://reviews.llvm.org/D30757





More information about the llvm-commits mailing list