[llvm] [LV][EVL] Support call instruction with EVL-vectorization (PR #110412)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 00:16:43 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,
----------------
LiqinWeng wrote:
fixed
https://github.com/llvm/llvm-project/pull/110412
More information about the llvm-commits
mailing list