Skip to content

Commit f55fdb1

Browse files
committed
fmt
Created using spr 1.3.4
1 parent 2993e44 commit f55fdb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8352,8 +8352,7 @@ VPRecipeBuilder::tryToWidenMemory(Instruction *I, ArrayRef<VPValue *> Operands,
83528352
? GEPNoWrapFlags::none()
83538353
: GEPNoWrapFlags::inBounds();
83548354
VectorPtr = new VPReverseVectorPointerRecipe(
8355-
Ptr, &Plan.getVF(), getLoadStoreType(I),
8356-
Flags, I->getDebugLoc());
8355+
Ptr, &Plan.getVF(), getLoadStoreType(I), Flags, I->getDebugLoc());
83578356
} else {
83588357
VectorPtr = new VPVectorPointerRecipe(Ptr, getLoadStoreType(I),
83598358
GEP ? GEP->getNoWrapFlags()

0 commit comments

Comments
 (0)