[llvm] [VPlan] Add transformation to narrow interleave groups. (PR #106441)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 22 04:59:41 PDT 2025
================
@@ -86,11 +86,11 @@ bool VPRecipeBase::mayWriteToMemory() const {
case VPBranchOnMaskSC:
case VPScalarIVStepsSC:
case VPPredInstPHISC:
+ case VPVectorPointerSC:
----------------
fhahn wrote:
Restored to original, thanks
https://github.com/llvm/llvm-project/pull/106441
More information about the llvm-commits
mailing list