1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to return...
[oota-llvm.git] / lib / Transforms / Vectorize / LoopVectorize.cpp
index 1773812da2456a04bba8ed61f236bbe62341bf70..be197db9563dc68ef9ca963e9f953e72f8fa6aa2 100644 (file)
@@ -317,7 +317,7 @@ public:
   /// Returns the most profitable vectorization factor for the loop that is
   /// smaller or equal to the VF argument. This method checks every power
   /// of two up to VF.
-  unsigned findBestVectorizationFactor(unsigned VF = 4);
+  unsigned findBestVectorizationFactor(unsigned VF = 8);
 
 private:
   /// Returns the expected execution cost. The unit of the cost does