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 71c7401 commit 7da7983Copy full SHA for 7da7983
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -71,6 +71,8 @@ bool VPRecipeBase::mayWriteToMemory() const {
71
case VPBlendSC:
72
case VPReductionEVLSC:
73
case VPReductionSC:
74
+ case VPExtendedReductionSC:
75
+ case VPMulAccumulateReductionSC:
76
case VPVectorPointerSC:
77
case VPWidenCanonicalIVSC:
78
case VPWidenCastSC:
@@ -118,6 +120,8 @@ bool VPRecipeBase::mayReadFromMemory() const {
118
120
119
121
122
123
124
125
126
127
0 commit comments