================ @@ -847,6 +847,91 @@ def X86vcvttp2iubs : SDNode<"X86ISD::CVTTP2IUBS", SDTFloatToInt>; def X86vcvttp2ibsSAE : SDNode<"X86ISD::CVTTP2IBS_SAE", SDTFloatToInt>; def X86vcvttp2iubsSAE : SDNode<"X86ISD::CVTTP2IUBS_SAE", SDTFloatToInt>; +def SDTAVX10CONVERT_I82F16 : SDTypeProfile<1, 2, [ + SDTCVecEltisVT<0, i8>, SDTCVecEltisVT<1, f16>, SDTCisSameAs<1, 2> +]>; + +def SDTAVX10CONVERT_F16I8 : SDTypeProfile<1, 1, [ + SDTCVecEltisVT<0, f16>, SDTCVecEltisVT<1, i8> +]>; + +def SDTAVX10CONVERT_I8F16 : SDTypeProfile<1, 1, [ + SDTCVecEltisVT<0, i8>, SDTCVecEltisVT<1, f16> +]>; ---------------- FreddyLeaf wrote:
[4a5a207](https://github.com/llvm/llvm-project/pull/101600/commits/4a5a2077bf72fe6d13dbf3bf4226817db7aa808a) https://github.com/llvm/llvm-project/pull/101600 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits