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

Hamza Hassanain via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 1 02:52:44 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,
----------------
HamzaHassanain wrote:

Sorry, I was writing something a bit long, then deleted most of it. It seems like I mistakenly did not remove the last line.

I am really sorry for that!

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


More information about the cfe-commits mailing list