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 52b6612 commit a1fbd73Copy full SHA for a1fbd73
llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
@@ -50,6 +50,7 @@ Type *VPTypeAnalysis::inferScalarTypeForRecipe(const VPInstruction *R) {
50
return SetResultTyFromOp();
51
52
switch (Opcode) {
53
+ case VPInstruction::MergeUntilPivot:
54
case Instruction::Select: {
55
Type *ResTy = inferScalarType(R->getOperand(1));
56
VPValue *OtherV = R->getOperand(2);
0 commit comments