If all of the write objects are identified then we can vectorize the loop even if...
[oota-llvm.git] / lib / Transforms / Vectorize / CMakeLists.txt
1 add_llvm_library(LLVMVectorize
2   BBVectorize.cpp
3   Vectorize.cpp
4   LoopVectorize.cpp
5   )
6
7 add_dependencies(LLVMVectorize intrinsics_gen)