[clang] [X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - add SSE/AVX VPTEST/VTESTPD/VTESTPS intrinsics to be used in constexpr (PR #160428)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 1 04:45:41 PDT 2025


================
@@ -13664,6 +13709,7 @@ bool IntExprEvaluator::VisitBuiltinCallExpr(const CallExpr *E,
     return Success(APValue(ResultInt), E);
   };
 
+
----------------
RKSimon wrote:

unnecessary

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


More information about the cfe-commits mailing list