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 7cd3130 commit b51a97bCopy full SHA for b51a97b
llvm/lib/Transforms/Vectorize/VPlanUtils.h
@@ -49,6 +49,7 @@ inline bool isSingleScalar(const VPValue *VPV) {
49
case Instruction::GetElementPtr:
50
case Instruction::ICmp:
51
case Instruction::FCmp:
52
+ case Instruction::Select:
53
case VPInstruction::Broadcast:
54
case VPInstruction::PtrAdd:
55
return true;
0 commit comments