================ @@ -821,6 +821,88 @@ def X86vpdpbuuds : SDNode<"X86ISD::VPDPBUUDS", SDTVnni>; def X86Vmpsadbw : SDNode<"X86ISD::MPSADBW", SDTX86PSADBW>; +def SDTAVX10SATCVT_BF162I : SDTypeProfile<1, 1, [ + SDTCVecEltisVT<0, i16>, SDTCVecEltisVT<1, bf16> +]>; + +def SDTAVX10SATCVT_PH2I : SDTypeProfile<1, 1, [ + SDTCVecEltisVT<0, i16>, SDTCVecEltisVT<1, f16> +]>; + +def SDTAVX10SATCVT_PS2I : SDTypeProfile<1, 1, [ + SDTCVecEltisVT<0, i32>, SDTCVecEltisVT<1, f32> +]>; + +def SDTAVX10SATCVT_PH2I_ROUND : SDTypeProfile<1, 2, [ + SDTCVecEltisVT<0, i16>, SDTCVecEltisVT<1, f16>, SDTCisInt<2> +]>; + +def SDTAVX10SATCVT_PS2I_RND : SDTypeProfile<1, 2, [ + SDTCVecEltisVT<0, i32>, SDTCVecEltisVT<1, f32>, SDTCisInt<2> +]>; + +def SDTAVX10SATCVT_PH2I_SAE : SDTypeProfile<1, 1, [ + SDTCVecEltisVT<0, i16>, SDTCVecEltisVT<1, f16>, + SDTCisSameNumEltsAs<0, 1> +]>; + +def SDTAVX10SATCVT_PS2I_SAE : SDTypeProfile<1, 1, [ + SDTCVecEltisVT<0, i32>, SDTCVecEltisVT<1, f32>, + SDTCisSameNumEltsAs<0, 1> +]>; ---------------- FreddyLeaf wrote:
aa5cc99 https://github.com/llvm/llvm-project/pull/101599 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits