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 6ec61b2 commit 8290d2fCopy full SHA for 8290d2f
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2470,7 +2470,8 @@ class VPReductionRecipe : public VPRecipeWithIRFlags {
2470
return R->getVPDefID() == VPRecipeBase::VPReductionSC ||
2471
R->getVPDefID() == VPRecipeBase::VPReductionEVLSC ||
2472
R->getVPDefID() == VPRecipeBase::VPExtendedReductionSC ||
2473
- R->getVPDefID() == VPRecipeBase::VPMulAccumulateReductionSC;
+ R->getVPDefID() == VPRecipeBase::VPMulAccumulateReductionSC ||
2474
+ R->getVPDefID() == VPRecipeBase::VPPartialReductionSC;
2475
}
2476
2477
static inline bool classof(const VPUser *U) {
0 commit comments