[llvm] [LV] Support binary and unary operations with EVL-vectorization (PR #93854)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 12:12:51 PDT 2024


================
@@ -1435,6 +1442,46 @@ class VPWidenRecipe : public VPRecipeWithIRFlags {
 #endif
 };
 
+class VPWidenEVLRecipe : public VPWidenRecipe {
----------------
fhahn wrote:

Would be good to document briefly.

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


More information about the llvm-commits mailing list