[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetTransformInfo.h
index 21acea1a36d8de3b77f0a470e96c4e3b42fa0f0c..35e7a1497c835469092f6cce31d2b3a98a402455 100644 (file)
@@ -81,7 +81,7 @@ public:
   bool enableAggressiveInterleaving(bool LoopHasReductions);
   unsigned getNumberOfRegisters(bool Vector);
   unsigned getRegisterBitWidth(bool Vector);
-  unsigned getMaxInterleaveFactor();
+  unsigned getMaxInterleaveFactor(unsigned VF);
   unsigned getArithmeticInstrCost(
       unsigned Opcode, Type *Ty,
       TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,