We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7328e0d commit d2fe632Copy full SHA for d2fe632
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -2813,7 +2813,6 @@ VPExpressionRecipe::VPExpressionRecipe(
2813
continue;
2814
addOperand(Op);
2815
auto *Tmp = new VPValue();
2816
- Tmp->setUnderlyingValue(Op->getUnderlyingValue());
2817
LiveInPlaceholders.push_back(Tmp);
2818
// Only modify this recipe's operands if it's the last time it occurs in
2819
// the recipe list
0 commit comments