================
@@ -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) {
----------------
RKSimon wrote:
do you need the lamdba or will this work (same for others)?
```
return interp__builtin_elementwise_int_binop(
S, OpPC, Call, llvm::APIntOps::expandBits);
```
https://github.com/llvm/llvm-project/pull/200114
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits