LoopVectorize: getConsecutiveVector must respect signed arithmetic
[oota-llvm.git] / lib / Transforms / Vectorize / CMakeLists.txt
1 add_llvm_library(LLVMVectorize
2   BBVectorize.cpp
3   Vectorize.cpp
4   LoopVectorize.cpp
5   SLPVectorizer.cpp
6   VecUtils.cpp
7   )
8
9 add_dependencies(LLVMVectorize intrinsics_gen)