Skip to content

Commit a1fbd73

Browse files
committed
Updated VPlanAnalysis
1 parent 52b6612 commit a1fbd73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp

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

5252
switch (Opcode) {
53+
case VPInstruction::MergeUntilPivot:
5354
case Instruction::Select: {
5455
Type *ResTy = inferScalarType(R->getOperand(1));
5556
VPValue *OtherV = R->getOperand(2);

0 commit comments

Comments
 (0)