Skip to content

Commit 7ff6fb7

Browse files
committed
remove default TTI arg
1 parent 628f983 commit 7ff6fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/Analysis/VectorUtils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ bool isVectorIntrinsicWithScalarOpAtArg(Intrinsic::ID ID,
152152

153153
/// Identifies if the vector form of the intrinsic is overloaded on the type of
154154
/// the operand at index \p OpdIdx, or on the return type if \p OpdIdx is -1.
155-
bool isVectorIntrinsicWithOverloadTypeAtArg(
156-
Intrinsic::ID ID, int OpdIdx, const TargetTransformInfo *TTI = nullptr);
155+
bool isVectorIntrinsicWithOverloadTypeAtArg(Intrinsic::ID ID, int OpdIdx,
156+
const TargetTransformInfo *TTI);
157157

158158
/// Identifies if the vector form of the intrinsic that returns a struct is
159159
/// overloaded at the struct element index \p RetIdx.

0 commit comments

Comments
 (0)