[SystemZ] Increase the amount of inlining.

Implement getInliningThresholdMultiplier() and have it return 3.

Review: Ulrich Weigand
llvm-svn: 339563
This commit is contained in:
Jonas Paulsson 2018-08-13 13:31:30 +00:00
parent 4aaf48013d
commit 5ffb27b166
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ public:
/// \name Scalar TTI Implementations
/// @{
unsigned getInliningThresholdMultiplier() { return 3; }
int getIntImmCost(const APInt &Imm, Type *Ty);
int getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, Type *Ty);