[llvm] [VPlan] Add transformation to narrow interleave groups. (PR #106441)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 25 13:41:58 PDT 2024
================
@@ -954,7 +954,6 @@ void VPlan::prepareToExecute(Value *TripCountV, Value *VectorTripCountV,
IRBuilder<> Builder(State.CFG.PrevBB->getTerminator());
// FIXME: Model VF * UF computation completely in VPlan.
- assert(VFxUF.getNumUsers() && "VFxUF expected to always have users");
----------------
alexey-bataev wrote:
Why dropping this check? If this check is dropped, shall it early exit if VFxUF.getNumUsers() == 0?
https://github.com/llvm/llvm-project/pull/106441
More information about the llvm-commits
mailing list