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

via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 23 20:11:36 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"
----------------
woruyu wrote:

Done! yes, removed

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


More information about the cfe-commits mailing list