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 57a95ed commit a69b79aCopy full SHA for a69b79a
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2290,7 +2290,8 @@ class VPReductionRecipe : public VPRecipeWithIRFlags {
2290
return R->getVPDefID() == VPRecipeBase::VPReductionSC ||
2291
R->getVPDefID() == VPRecipeBase::VPReductionEVLSC ||
2292
R->getVPDefID() == VPRecipeBase::VPExtendedReductionSC ||
2293
- R->getVPDefID() == VPRecipeBase::VPMulAccumulateReductionSC;
+ R->getVPDefID() == VPRecipeBase::VPMulAccumulateReductionSC ||
2294
+ R->getVPDefID() == VPRecipeBase::VPPartialReductionSC;
2295
}
2296
2297
static inline bool classof(const VPUser *U) {
0 commit comments