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 fd73197 commit 7a4daf5Copy full SHA for 7a4daf5
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -1826,7 +1826,7 @@ void VPReverseVectorPointerRecipe ::execute(VPTransformState &State) {
1826
Value *Ptr = State.get(getOperand(0), VPLane(0));
1827
bool InBounds = isInBounds();
1828
1829
- // the wide store needs to start at the last vector element.
+ // The wide store needs to start at the last vector element.
1830
Value *RunTimeVF = State.get(getVFValue(), VPLane(0));
1831
if (IndexTy != RunTimeVF->getType())
1832
RunTimeVF = Builder.CreateZExtOrTrunc(RunTimeVF, IndexTy);
0 commit comments