Meinersbur added a comment. In https://reviews.llvm.org/D52118#1235897, @jdoerfert wrote:
> > save an iteration over the loop's basic blocks (which is what getLoopLatch > > does) > > I'm not sure this is true. getLoopLatch() in LoopInfoImpl.h > only traverses the children of the header in the inverse graph. > That should, I think, be similar to predecessors(Header) in case > of the IR CFG. You're right. I changed the summary/commit message accordingly. Repository: rC Clang https://reviews.llvm.org/D52118 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits