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 8b9ad04 commit 0534955Copy full SHA for 0534955
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