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

via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 22 16:27:39 PST 2024


================
@@ -1442,13 +1442,93 @@ void VPlanTransforms::addActiveLaneMask(
     HeaderMask->replaceAllUsesWith(LaneMask);
 }
 
+// Try to convert \p CurRecipe to a corresponding EVL-based recipe. Returns
----------------
LiqinWeng wrote:

done~

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


More information about the llvm-commits mailing list