================
@@ -65,6 +64,7 @@ bool VPRecipeBase::mayWriteToMemory() const {
case VPWidenGEPSC:
case VPWidenIntOrFpInductionSC:
case VPWidenPHISC:
+ case VPWidenLoadSC:
----------------
fhahn wrote:
reordered, thanks!
https://github.com/llvm/llvm-project/pull/87411