================ @@ -625,6 +625,317 @@ defm VCVTTPS2IUBS : avx10_sat_cvt_base<0x6a, "vcvttps2iubs", SchedWriteVecIMul, X86vcvttp2iubsSAE>, AVX512PDIi8Base, T_MAP5, EVEX_CD8<32, CD8VF>; +//------------------------------------------------- +// AVX10 SATCVT-DS instructions +//------------------------------------------------- + +// Convert Double to Signed/Unsigned Doubleword with truncation. +multiclass avx512_cvttpd2dqs<bits<8> opc, string OpcodeStr, SDPatternOperator OpNode, + SDNode MaskOpNode, SDNode OpNodeSAE, + X86SchedWriteWidths sched> { ---------------- phoebewang wrote:
Nit: Align arguments within `<`. The same below. https://github.com/llvm/llvm-project/pull/102592 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits