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 bd4e7f5 commit a40dc05Copy full SHA for a40dc05
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -67,8 +67,10 @@ bool VPRecipeBase::mayWriteToMemory() const {
67
->onlyReadsMemory();
68
case VPWidenIntrinsicSC:
69
return cast<VPWidenIntrinsicRecipe>(this)->mayWriteToMemory();
70
+ case VPCanonicalIVPHISC:
71
case VPBranchOnMaskSC:
72
case VPFirstOrderRecurrencePHISC:
73
+ case VPReductionPHISC:
74
case VPScalarIVStepsSC:
75
case VPPredInstPHISC:
76
return false;
0 commit comments