diff options
-rw-r--r-- | llvm/lib/Target/TargetTransformImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetTransformImpl.cpp b/llvm/lib/Target/TargetTransformImpl.cpp index 7d663f57f98..08795fcaf1f 100644 --- a/llvm/lib/Target/TargetTransformImpl.cpp +++ b/llvm/lib/Target/TargetTransformImpl.cpp @@ -172,7 +172,7 @@ VectorTargetTransformImpl::getScalarizationOverhead(Type *Ty, } unsigned VectorTargetTransformImpl::getNumberOfRegisters(bool Vector) const { - return 8; + return 1; } unsigned VectorTargetTransformImpl::getArithmeticInstrCost(unsigned Opcode, |