[llvm] [LV] Support binary and unary operations with EVL-vectorization (PR #93854)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 11 23:35:40 PDT 2024
================
@@ -1435,6 +1450,48 @@ class VPWidenRecipe : public VPRecipeWithIRFlags {
#endif
};
+/// A recipe for widening operations with vector-predication intrinsics.with
----------------
fhahn wrote:
```suggestion
/// A recipe for widening operations with vector-predication intrinsics with
```
https://github.com/llvm/llvm-project/pull/93854
More information about the llvm-commits
mailing list