[llvm] [VPlan] Fix header masks in EVL tail folding (PR #150202)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 08:37:01 PDT 2025


================
@@ -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


More information about the llvm-commits mailing list