[clang] [X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow AVX/AVX512 IFMA madd52 intrinsics to be used in constexpr (PR #161056)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 29 02:13:25 PDT 2025


================
@@ -0,0 +1,36 @@
+// RUN: %clang_cc1 -fexperimental-new-constant-interpreter -std=c++2a -fsyntax-only \
+// RUN:   -triple x86_64-unknown-unknown -target-feature +avxifma -ffreestanding \
+// RUN:   -verify %s
----------------
RKSimon wrote:

do not add new test files- they should be added to the existing *-builtins.c files like all other constexpr tests

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


More information about the cfe-commits mailing list