[llvm] [LV][EVL] Support call instruction with EVL-vectorization (PR #110412)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 06:01:07 PDT 2024


================
@@ -60,8 +60,7 @@ Value *VectorBuilder::createVectorInstruction(unsigned Opcode, Type *ReturnTy,
   return createVectorInstructionImpl(VPID, ReturnTy, InstOpArray, Name);
 }
 
-Value *VectorBuilder::createSimpleReduction(Intrinsic::ID RdxID,
-                                            Type *ValTy,
+Value *VectorBuilder::createSimpleReduction(Intrinsic::ID RdxID, Type *ValTy,
----------------
fhahn wrote:

unrelated change?

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


More information about the llvm-commits mailing list