[PATCH] D40973: [LV] Remove unnecessary DoExtraAnalysis guard (silent bug)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 13:27:34 PST 2017


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

LGTM thanks. I think this should be a NFC as to vectorization, as without pre-header at least one PHI node in the loop should have at least 3 entries (2+ for the loop predecessors and one backedge).


https://reviews.llvm.org/D40973





More information about the llvm-commits mailing list