We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9b322 commit a4819bdCopy full SHA for a4819bd
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -81,6 +81,7 @@ bool VPRecipeBase::mayWriteToMemory() const {
81
return !cast<VPWidenCallRecipe>(this)
82
->getCalledScalarFunction()
83
->onlyReadsMemory();
84
+ case VPWidenIntrinsicSC:
85
return cast<VPWidenIntrinsicRecipe>(this)->mayWriteToMemory();
86
case VPBranchOnMaskSC:
87
case VPScalarIVStepsSC:
0 commit comments