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 44f216a commit 2300506Copy full SHA for 2300506
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -2819,7 +2819,6 @@ VPExpressionRecipe::VPExpressionRecipe(
2819
continue;
2820
addOperand(Op);
2821
auto *Tmp = new VPValue();
2822
- Tmp->setUnderlyingValue(Op->getUnderlyingValue());
2823
LiveInPlaceholders.push_back(Tmp);
2824
// Only modify this recipe's operands if it's the last time it occurs in
2825
// the recipe list
0 commit comments