LoopVectorizer: When -Os is used, vectorize only loops that dont require a tail loop...
[oota-llvm.git] / lib / Transforms / Vectorize / LoopVectorize.h
2012-12-12 Nadav RotemLoopVectorizer: When -Os is used, vectorize only loops...
2012-12-10 Nadav RotemSplit the LoopVectorizer into H and CPP.