================ @@ -2267,12 +2271,28 @@ static void transformRecipestoEVLRecipes(VPlan &Plan, VPValue &EVL) { } } + Type *EVLType = TypeInfo.inferScalarType(&EVL); ---------------- lukel97 wrote: Fixed, thanks https://github.com/llvm/llvm-project/pull/150202