[llvm] [LV][VPlan] Extract the implementation of transform Recipe to EVLRecipe into a small function. NFC (PR #119510)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 13:27:00 PST 2024


================
@@ -1438,13 +1438,100 @@ void VPlanTransforms::addActiveLaneMask(
     HeaderMask->replaceAllUsesWith(LaneMask);
 }
 
+static VPRecipeBase *createEVLRecipe(VPValue &EVL, VPValue *HeaderMask,
----------------
fhahn wrote:

Please add a comment

https://github.com/llvm/llvm-project/pull/119510


More information about the llvm-commits mailing list