[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
================
@@ -0,0 +1,479 @@
+// RUN: %clang_cc1 -std=c++20 -triple x86_64-unknown-unknown -target-feature +avx -target-feature +avx512f -target-feature +avx512vl -verify %s
----------------
RKSimon wrote:
Add -fexperimental-new-constant-interpreter test coverage as well
https://github.com/llvm/llvm-project/pull/169980
More information about the cfe-commits
mailing list