We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8942e28 commit 9f1c301Copy full SHA for 9f1c301
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -1827,8 +1827,6 @@ void VPReverseVectorPointerRecipe ::execute(VPTransformState &State) {
1827
bool InBounds = isInBounds();
1828
1829
// the wide store needs to start at the last vector element.
1830
- // RunTimeVF = VScale * VF.getKnownMinValue()
1831
- // For fixed-width VScale is 1, then RunTimeVF = VF.getKnownMinValue()
1832
Value *RunTimeVF = State.get(getVFValue(), VPLane(0));
1833
if (IndexTy != RunTimeVF->getType())
1834
RunTimeVF = Builder.CreateZExtOrTrunc(RunTimeVF, IndexTy);
0 commit comments