0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-21 15:47:14 +00:00

[VPlan] Mark VPWidenCallRecipe as a VPRecipeWithIRFlags ()

I noticed VPWidenCallRecipe was missing here, it looks like it should be
handled in VPRecipeWithIRFlags::classof
This commit is contained in:
Luke Lau 2025-04-13 10:59:15 +01:00 committed by GitHub
parent 4e0876ee43
commit 3bebda0758
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -710,6 +710,7 @@ public:
return R->getVPDefID() == VPRecipeBase::VPInstructionSC ||
R->getVPDefID() == VPRecipeBase::VPWidenSC ||
R->getVPDefID() == VPRecipeBase::VPWidenGEPSC ||
R->getVPDefID() == VPRecipeBase::VPWidenCallSC ||
R->getVPDefID() == VPRecipeBase::VPWidenCastSC ||
R->getVPDefID() == VPRecipeBase::VPWidenIntrinsicSC ||
R->getVPDefID() == VPRecipeBase::VPReductionSC ||