[llvm-branch-commits] [llvm] [LoopVectorizer] Bundle partial reductions with different extensions (PR #136997)
Sam Tebbs via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Apr 28 05:10:23 PDT 2025
================
@@ -2493,11 +2493,13 @@ class VPExtendedReductionRecipe : public VPReductionRecipe {
/// recipe is abstract and needs to be lowered to concrete recipes before
/// codegen. The Operands are {ChainOp, VecOp1, VecOp2, [Condition]}.
class VPMulAccumulateReductionRecipe : public VPReductionRecipe {
- /// Opcode of the extend recipe.
- Instruction::CastOps ExtOp;
+ /// Opcodes of the extend recipes.
----------------
SamTebbs33 wrote:
I like that, thanks. Added.
https://github.com/llvm/llvm-project/pull/136997
More information about the llvm-branch-commits
mailing list