[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
================
@@ -936,8 +936,6 @@ void VPlan::prepareToExecute(Value *TripCountV, Value *VectorTripCountV,
IRBuilder<> Builder(State.CFG.PrevBB->getTerminator());
// FIXME: Model VF * UF computation completely in VPlan.
- assert((!getVectorLoopRegion() || VFxUF.getNumUsers()) &&
- "VFxUF expected to always have users");
----------------
ayalz wrote:
The canonical IV may now no longer use VFxUF as its step, which may become 1 instead.
https://github.com/llvm/llvm-project/pull/106441
More information about the llvm-commits
mailing list