[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 Sep 24 00:50:41 PDT 2025


================
@@ -2843,6 +2843,30 @@ static bool interp__builtin_blend(InterpState &S, CodePtr OpPC,
   return true;
 }
 
+static bool interp__builtin_test_op(
----------------
RKSimon wrote:

interp__builtin_ia32_test_op

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


More information about the cfe-commits mailing list