Add support for bottom-up SLP vectorization infrastructure.
[oota-llvm.git] / lib / Transforms / Vectorize / CMakeLists.txt
index e64034ab26b4f6c32f96989eb219c6c3400b4950..7ae082f55e08aba06aa2e398073d31c881dac24e 100644 (file)
@@ -2,6 +2,8 @@ add_llvm_library(LLVMVectorize
   BBVectorize.cpp
   Vectorize.cpp
   LoopVectorize.cpp
+  SLPVectorizer.cpp
+  VecUtils.cpp
   )
 
 add_dependencies(LLVMVectorize intrinsics_gen)