[llvm] [LV][EVL] Support cast instruction with EVL-vectorization (PR #108351)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 30 13:10:32 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 =
----------------
fhahn wrote:
Also use for select VPInstruction below?
https://github.com/llvm/llvm-project/pull/108351
More information about the llvm-commits
mailing list