================
@@ -4189,6 +4189,56 @@ static bool interp__builtin_ia32_gfni_mul(InterpState
&S, CodePtr OpPC,
return true;
}
+static bool interp__builtin_ia32_vpdp(InterpState &S, CodePtr OpPC,
+ const CallExpr *Call, bool IsSaturating)
{
+ const auto *SrcVecT = Call->getArg(0)->getType()->castAs<VectorType>();
----------------
AkashDeoNU wrote:
I added some checks for the number of arguments, and the type of all the
arguments
https://github.com/llvm/llvm-project/pull/190549
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits