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 faa83f4 commit 7e20f0fCopy full SHA for 7e20f0f
llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
@@ -50,7 +50,6 @@ 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