Skip to content

Commit 5db62f6

Browse files
committed
!fixup document PreserveLCSSA arg.
1 parent cbf51f8 commit 5db62f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3404,7 +3404,7 @@ void VPExpandSCEVRecipe::execute(VPTransformState &State) {
34043404
}
34053405

34063406
const DataLayout &DL = State.CFG.PrevBB->getDataLayout();
3407-
SCEVExpander Exp(SE, DL, "induction", true);
3407+
SCEVExpander Exp(SE, DL, "induction", /*PreserveLCSSA=*/true);
34083408

34093409
Value *Res = Exp.expandCodeFor(Expr, Expr->getType(),
34103410
&*State.Builder.GetInsertPoint());

0 commit comments

Comments
 (0)