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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 02:28:08 PDT 2024


================
@@ -1363,6 +1370,49 @@ class VPWidenRecipe : public VPRecipeWithIRFlags {
 #endif
 };
 
+class VPWidenEVLRecipe : public VPWidenRecipe {
+private:
----------------
fhahn wrote:

nit: private not needed at beginning of class.

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


More information about the llvm-commits mailing list