[llvm] [LV][EVL] Support cast instruction with EVL-vectorization (PR #108351)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 20:12:28 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
----------------
LiqinWeng wrote:

done

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


More information about the llvm-commits mailing list