[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
Thu Dec 12 18:28:27 PST 2024
================
@@ -1438,13 +1438,98 @@ void VPlanTransforms::addActiveLaneMask(
HeaderMask->replaceAllUsesWith(LaneMask);
}
+/// Create EVLRecipe with Recipe
----------------
LiqinWeng wrote:
done
https://github.com/llvm/llvm-project/pull/119510
More information about the llvm-commits
mailing list