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

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 04:39:13 PDT 2024


================
@@ -1381,16 +1384,73 @@ void VPWidenCastRecipe::execute(VPTransformState &State) {
   }
 }
 
+static bool isCastInstruction(unsigned Opcode) {
----------------
LiqinWeng wrote:

done~

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


More information about the llvm-commits mailing list