[llvm] [LV][EVL] Support cast instruction with EVL-vectorization (PR #108351)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 05:14:42 PST 2024
================
@@ -1446,7 +1446,8 @@ static void transformRecipestoEVLRecipes(VPlan &Plan, VPValue &EVL) {
VPTypeAnalysis TypeInfo(CanonicalIVType);
LLVMContext &Ctx = CanonicalIVType->getContext();
SmallVector<VPValue *> HeaderMasks = collectAllHeaderMasks(Plan);
-
+ VPValue *AllOneMask =
----------------
Mel-Chen wrote:
I think Florian means vp.merge.
https://github.com/llvm/llvm-project/pull/108351
More information about the llvm-commits
mailing list