[llvm] [LV][EVL] Support cast instruction with EVL-vectorization (PR #108351)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 11:01:49 PDT 2024
================
@@ -1591,6 +1610,55 @@ class VPWidenCastRecipe : public VPRecipeWithIRFlags {
Type *getResultType() const { return ResultTy; }
};
+// A recipe for widening cast operation with vector-predication intrinsics with
----------------
alexey-bataev wrote:
```suggestion
/// A recipe for widening cast operation with vector-predication intrinsics with
```
https://github.com/llvm/llvm-project/pull/108351
More information about the llvm-commits
mailing list