================
@@ -5099,30 +5100,14 @@ bool InterpretBuiltin(InterpState &S, CodePtr OpPC, 
const CallExpr *Call,
   case clang::X86::BI__builtin_ia32_pdep_di:
     return interp__builtin_elementwise_int_binop(
         S, OpPC, Call, [](const APSInt &Val, const APSInt &Mask) {
----------------
eisenwave wrote:

I got rid of the lambda.

https://github.com/llvm/llvm-project/pull/200114
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to