[llvm] [VPlan] Add transformation to narrow interleave groups. (PR #106441)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 17:01:28 PST 2025
================
@@ -86,11 +86,11 @@ bool VPRecipeBase::mayWriteToMemory() const {
case VPBranchOnMaskSC:
case VPScalarIVStepsSC:
case VPPredInstPHISC:
+ case VPVectorPointerSC:
----------------
ayalz wrote:
VPVectorPointerSC should still !mayWriteToMemory, but should no longer assert not having an underlying IR which does?
https://github.com/llvm/llvm-project/pull/106441
More information about the llvm-commits
mailing list