[clang] [Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - add MMX/SSE/AVX/AVX512 PMULHRSW intrinsics to be used in constexpr (PR #160636)
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 25 01:11:23 PDT 2025
================
@@ -67,6 +67,7 @@
#include <cstring>
#include <functional>
#include <limits>
+#include <llvm/ADT/APSInt.h>
----------------
RKSimon wrote:
unnecessary
https://github.com/llvm/llvm-project/pull/160636
More information about the cfe-commits
mailing list