[clang] [Headers][X86] VectorExprEvaluator::VisitCallExpr - allow SSE/AVX2/AVX512 pack intrinsics to be used in constexpr (PR #156003)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 22 03:27:06 PDT 2025


================
@@ -55,6 +55,7 @@
 #include "clang/Basic/TargetBuiltins.h"
 #include "clang/Basic/TargetInfo.h"
 #include "llvm/ADT/APFixedPoint.h"
+#include "llvm/ADT/APSInt.h"
----------------
RKSimon wrote:

unnecessary?

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


More information about the cfe-commits mailing list