================
@@ -1050,44 +1059,40 @@ matchIntrinsicType(Type *Ty,
ArrayRef<Intrinsic::IITDescriptor> &Infos,
return true;
return ThisArgVecTy != VectorType::getInteger(ReferenceType);
}
+ case IITDescriptor::VarArg:
+ // VarArg token should be consumed by `getIntrinsicInfoTableEntries`, so we
+ // should never see it here.
----------------
andykaylor wrote:
llvm_unreachable?
https://github.com/llvm/llvm-project/pull/196563
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits