mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-21 15:47:14 +00:00
[VPlan] Mark VPWidenCallRecipe as a VPRecipeWithIRFlags (#135373)
I noticed VPWidenCallRecipe was missing here, it looks like it should be handled in VPRecipeWithIRFlags::classof
This commit is contained in:
parent
4e0876ee43
commit
3bebda0758
@ -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 ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user