Add support for bottom-up SLP vectorization infrastructure.
[oota-llvm.git] / include / llvm / Transforms / Vectorize.h
index d205dbdede2e0df028718fe08e2381170a3555be..8d0db1611609d5a724a2c2a0b341928316d20994 100644 (file)
@@ -116,6 +116,12 @@ createBBVectorizePass(const VectorizeConfig &C = VectorizeConfig());
 //
 Pass *createLoopVectorizePass();
 
+//===----------------------------------------------------------------------===//
+//
+// SLPVectorizer - Create a bottom-up SLP vectorizer pass.
+//
+Pass *createSLPVectorizerPass();
+
 //===----------------------------------------------------------------------===//
 /// @brief Vectorize the BasicBlock.
 ///