[llvm] [VPlan] Introduce VPInstructionWithType, use instead of VPScalarCast(NFC) (PR #129706)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 9 14:50:09 PDT 2025
================
@@ -531,7 +531,6 @@ class VPSingleDefRecipe : public VPRecipeBase, public VPValue {
case VPRecipeBase::VPWidenIntOrFpInductionSC:
case VPRecipeBase::VPWidenPointerInductionSC:
case VPRecipeBase::VPReductionPHISC:
- case VPRecipeBase::VPScalarCastSC:
----------------
ayalz wrote:
VPInstructionSC above now also holds for VPInstructionWithType recipes, instead of VPScalarCastSC.
https://github.com/llvm/llvm-project/pull/129706
More information about the llvm-commits
mailing list