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 628f983 commit 7ff6fb7Copy full SHA for 7ff6fb7
llvm/include/llvm/Analysis/VectorUtils.h
@@ -152,8 +152,8 @@ bool isVectorIntrinsicWithScalarOpAtArg(Intrinsic::ID ID,
152
153
/// Identifies if the vector form of the intrinsic is overloaded on the type of
154
/// 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);
+bool isVectorIntrinsicWithOverloadTypeAtArg(Intrinsic::ID ID, int OpdIdx,
+ const TargetTransformInfo *TTI);
157
158
/// Identifies if the vector form of the intrinsic that returns a struct is
159
/// overloaded at the struct element index \p RetIdx.
0 commit comments