Skip to content

Commit 7e20f0f

Browse files
committed
Revert "Updated VPlanAnalysis"
This reverts commit 0534955.
1 parent faa83f4 commit 7e20f0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Type *VPTypeAnalysis::inferScalarTypeForRecipe(const VPInstruction *R) {
5050
return SetResultTyFromOp();
5151

5252
switch (Opcode) {
53-
case VPInstruction::MergeUntilPivot:
5453
case Instruction::Select: {
5554
Type *ResTy = inferScalarType(R->getOperand(1));
5655
VPValue *OtherV = R->getOperand(2);

0 commit comments

Comments
 (0)