[clang] [X86][Clang] Support constexpr evaluation of cvtpd2ps intrinsics (PR #169980)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 30 08:38:06 PST 2025


================
@@ -12165,7 +12165,36 @@ static bool evalShuffleGeneric(
   Out = APValue(ResultElements.data(), ResultElements.size());
   return true;
 }
+static bool ConvertDoubleToFloatStrict(EvalInfo &Info, const Expr *E,
----------------
RKSimon wrote:

Equivalent InterpBuiltin.cpp handling?

https://github.com/llvm/llvm-project/pull/169980


More information about the cfe-commits mailing list