[PATCH] D40874: [LV][LoopInfo] Add irreducible CFG detection for outer loops

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 17 17:32:51 PST 2018


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

Thanks Diego, LGTM. Sorry for the long delay! Please wait with committing a few days, to give other people a little bit more time to voice additional concerns.



================
Comment at: lib/Transforms/Vectorize/LoopVectorize.cpp:59
 #include "llvm/ADT/Optional.h"
 #include "llvm/ADT/SCCIterator.h"
 #include "llvm/ADT/STLExtras.h"
----------------
Can this include be removed now?


https://reviews.llvm.org/D40874





More information about the llvm-commits mailing list