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