We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda14f7 commit 7c70e37Copy full SHA for 7c70e37
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -8892,6 +8892,8 @@ addUsersInExitBlocks(VPlan &Plan,
8892
if (V->isLiveIn())
8893
continue;
8894
8895
+ assert(ExitIRI->getParent()->getSinglePredecessor() == MiddleVPBB &&
8896
+ "Exit value not handled yet for this edge.");
8897
LLVMContext &Ctx = ExitIRI->getInstruction().getContext();
8898
VPValue *Ext = B.createNaryOp(VPInstruction::ExtractFromEnd,
8899
{V, Plan.getOrAddLiveIn(ConstantInt::get(
0 commit comments