diff --git a/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h b/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h index 47db8f132337f..ef28b63b5b5a0 100644 --- a/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h +++ b/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h @@ -38,7 +38,7 @@ class SystemZTTIImpl : public BasicTTIImplBase { /// \name Scalar TTI Implementations /// @{ - unsigned getInliningThresholdMultiplier() const { return 3; } + unsigned getInliningThresholdMultiplier() const { return 2; } unsigned adjustInliningThreshold(const CallBase *CB) const; InstructionCost getIntImmCost(const APInt &Imm, Type *Ty,