[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 17:14:17 PDT 2017
mzolotukhin added a comment.
> Do you know if we already have a utility somewhere that detects this?
Can we require the loop to be in a simplified form and its latch to be exiting? Will it suffice?
https://reviews.llvm.org/D30757
More information about the llvm-commits
mailing list