[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
Fri Dec 13 13:39:08 PST 2024
================
@@ -1438,13 +1438,105 @@ void VPlanTransforms::addActiveLaneMask(
HeaderMask->replaceAllUsesWith(LaneMask);
}
+// Convert each widen Recipe to a widen EVLRecipe in VectorLoopRegion.
----------------
fhahn wrote:
```suggestion
// Try to convert \p CurRecipe to a corresponding EVL-based recipe. Returns nullptr if no EVL-based recipe could be created.
```
https://github.com/llvm/llvm-project/pull/119510
More information about the llvm-commits
mailing list