We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42db21 commit 2fdbb7eCopy full SHA for 2fdbb7e
llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
@@ -38,6 +38,7 @@ class SystemZTTIImpl : public BasicTTIImplBase<SystemZTTIImpl> {
38
/// \name Scalar TTI Implementations
39
/// @{
40
41
+ unsigned getInliningThresholdMultiplier() const { return 2; }
42
unsigned adjustInliningThreshold(const CallBase *CB) const;
43
44
InstructionCost getIntImmCost(const APInt &Imm, Type *Ty,
0 commit comments