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 c134f89 commit e78eb44Copy full SHA for e78eb44
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -459,8 +459,10 @@ unsigned VPInstruction::getNumOperandsForOpcode(unsigned Opcode) {
459
return 2;
460
case Instruction::Select:
461
case VPInstruction::ComputeAnyOfResult:
462
- case VPInstruction::ComputeFindLastIVResult:
+ case VPInstruction::ReductionStartVector:
463
return 3;
464
+ case VPInstruction::ComputeFindLastIVResult:
465
+ return 4;
466
case Instruction::Call:
467
case Instruction::GetElementPtr:
468
case Instruction::PHI:
0 commit comments