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 6cf9f3f commit c5aa9b6Copy full SHA for c5aa9b6
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -4336,7 +4336,7 @@ void SelectionDAGBuilder::visitGetElementPtr(const User &I) {
4336
auto &TLI = DAG.getTargetLoweringInfo();
4337
GEPNoWrapFlags NW = cast<GEPOperator>(I).getNoWrapFlags();
4338
4339
- // For a vector GEP, keep the prefix scalar as long as possible, than
+ // For a vector GEP, keep the prefix scalar as long as possible, then
4340
// convert any scalars encountered after the first vector operand to vectors.
4341
bool IsVectorGEP = I.getType()->isVectorTy();
4342
ElementCount VectorElementCount =
0 commit comments