We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffb8c1 commit 57df60bCopy full SHA for 57df60b
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2798,7 +2798,8 @@ class VPMulAccumulateReductionRecipe : public VPReductionRecipe {
2798
2799
/// Return true if this recipe contains extended operands.
2800
bool isExtended() const {
2801
- return getVecOp0Info().ExtOp != Instruction::CastOps::CastOpsEnd;
+ return getVecOp0Info().ExtOp != Instruction::CastOps::CastOpsEnd ||
2802
+ getVecOp1Info().ExtOp != Instruction::CastOps::CastOpsEnd;
2803
}
2804
2805
/// Return if the operands of mul instruction come from same extend.
0 commit comments