Skip to content

Commit d2fe632

Browse files
committed
remove underlying value set
1 parent 7328e0d commit d2fe632

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2813,7 +2813,6 @@ VPExpressionRecipe::VPExpressionRecipe(
28132813
continue;
28142814
addOperand(Op);
28152815
auto *Tmp = new VPValue();
2816-
Tmp->setUnderlyingValue(Op->getUnderlyingValue());
28172816
LiveInPlaceholders.push_back(Tmp);
28182817
// Only modify this recipe's operands if it's the last time it occurs in
28192818
// the recipe list

0 commit comments

Comments
 (0)