Skip to content

Commit 4ef2284

Browse files
committed
!fixup remove assert, thanks
1 parent d69dca3 commit 4ef2284

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanSLP.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ void VPInterleavedAccessInfo::visitBlock(VPBlockBase *Block, Old2NewTy &Old2New,
5858
for (VPRecipeBase &VPI : *VPBB) {
5959
if (isa<VPWidenPHIRecipe>(&VPI))
6060
continue;
61-
assert(isa<VPInstruction>(&VPI) && "Can only handle VPInstructions");
6261
auto *VPInst = cast<VPInstruction>(&VPI);
63-
6462
auto *Inst = dyn_cast_or_null<Instruction>(VPInst->getUnderlyingValue());
6563
if (!Inst)
6664
continue;

0 commit comments

Comments
 (0)