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 6c4a6b0 commit 2e18209Copy full SHA for 2e18209
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2461,8 +2461,7 @@ class VPPartialReductionRecipe : public VPSingleDefRecipe {
2461
~VPPartialReductionRecipe() override = default;
2462
2463
VPPartialReductionRecipe *clone() override {
2464
- return new VPPartialReductionRecipe(Opcode, getOperand(0), getOperand(1),
2465
- getUnderlyingInstr());
+ return new VPPartialReductionRecipe(Opcode, getOperand(0), getOperand(1));
2466
}
2467
2468
VP_CLASSOF_IMPL(VPDef::VPPartialReductionSC)
0 commit comments