[PATCH] D40874: [LV][LoopInfo] Add irreducible CFG detection for outer loops
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 18:11:57 PST 2018
dberlin added a comment.
Thanks, that is very helpful. It's much more likely that Dominator info is up to date than loop info, but it's not worth getting into here. The only thing I request is that you update the comments to suggest this only probably makes sense to use if loopinfo is computed already, and please just add your description of how it works with the example to the comments.
https://reviews.llvm.org/D40874
More information about the llvm-commits
mailing list