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 c27a958 commit cab7538Copy full SHA for cab7538
llvm/lib/Transforms/Vectorize/VPlan.cpp
@@ -858,7 +858,7 @@ VPlan::VPlan(Loop *L) {
858
ScalarHeader = createVPIRBasicBlock(L->getHeader());
859
860
SmallVector<BasicBlock *> IRExitBlocks;
861
- L->getExitBlocks(IRExitBlocks);
+ L->getUniqueExitBlocks(IRExitBlocks);
862
for (BasicBlock *EB : IRExitBlocks)
863
ExitBlocks.push_back(createVPIRBasicBlock(EB));
864
}
0 commit comments