Skip to content

Commit 2300506

Browse files
committed
remove underlying value set
1 parent 44f216a commit 2300506

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
@@ -2819,7 +2819,6 @@ VPExpressionRecipe::VPExpressionRecipe(
28192819
continue;
28202820
addOperand(Op);
28212821
auto *Tmp = new VPValue();
2822-
Tmp->setUnderlyingValue(Op->getUnderlyingValue());
28232822
LiveInPlaceholders.push_back(Tmp);
28242823
// Only modify this recipe's operands if it's the last time it occurs in
28252824
// the recipe list

0 commit comments

Comments
 (0)