Skip to content

Commit 3bebda0

Browse files
authored
[VPlan] Mark VPWidenCallRecipe as a VPRecipeWithIRFlags (llvm#135373)
I noticed VPWidenCallRecipe was missing here, it looks like it should be handled in VPRecipeWithIRFlags::classof
1 parent 4e0876e commit 3bebda0

File tree

1 file changed

+1
-0
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ class VPRecipeWithIRFlags : public VPSingleDefRecipe {
710710
return R->getVPDefID() == VPRecipeBase::VPInstructionSC ||
711711
R->getVPDefID() == VPRecipeBase::VPWidenSC ||
712712
R->getVPDefID() == VPRecipeBase::VPWidenGEPSC ||
713+
R->getVPDefID() == VPRecipeBase::VPWidenCallSC ||
713714
R->getVPDefID() == VPRecipeBase::VPWidenCastSC ||
714715
R->getVPDefID() == VPRecipeBase::VPWidenIntrinsicSC ||
715716
R->getVPDefID() == VPRecipeBase::VPReductionSC ||

0 commit comments

Comments
 (0)