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 513f5dd commit 23f9e8aCopy full SHA for 23f9e8a
llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
@@ -62,6 +62,8 @@ Type *VPTypeAnalysis::inferScalarTypeForRecipe(const VPInstruction *R) {
62
case Instruction::ICmp:
63
case VPInstruction::ActiveLaneMask:
64
return inferScalarType(R->getOperand(1));
65
+ case VPInstruction::ExplicitVectorLength:
66
+ return IntegerType::get(Ctx, 32);
67
case VPInstruction::FirstOrderRecurrenceSplice:
68
case VPInstruction::Not:
69
return SetResultTyFromOp();
0 commit comments