Skip to content

Commit b494e9c

Browse files
committed
Remove setRecipe
1 parent 591bcf2 commit b494e9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8997,7 +8997,6 @@ LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(VFRange &Range) {
89978997
auto *Recipe = new VPReplicateRecipe(
89988998
SI, RecipeBuilder.mapToVPValues(Instr->operands()),
89998999
true /* IsUniform */);
9000-
RecipeBuilder.setRecipe(SI, Recipe);
90019000
Recipe->insertBefore(*MiddleVPBB, MBIP);
90029001
continue;
90039002
}

0 commit comments

Comments
 (0)