[clang] [llvm] [X86][AVX10.2] Support AVX10.2-SATCVT-DS new instructions. (PR #102592)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 27 02:54:37 PDT 2024
================
@@ -45,6 +45,14 @@ bool SemaX86::CheckBuiltinRoundingOrSAE(unsigned BuiltinID, CallExpr *TheCall) {
case X86::BI__builtin_ia32_vcvttsh2si64:
----------------
phoebewang wrote:
We don't have a VCVTTSH2SIS instruction. The general convention is to use the instruction name directly.
https://github.com/llvm/llvm-project/pull/102592
More information about the cfe-commits
mailing list