[clang] [Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - add AVX512 VPTERNLOGD/VPTERNLOGQ intrinsics to be used in constexpr (PR #158703)

Shawn K via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 1 05:41:54 PDT 2025


kimsh02 wrote:

```
  if (Value.isSigned())
    return this->emitConst(Value.getSExtValue(), Ty, E);
  return this->emitConst(Value.getZExtValue(), Ty, E);
```
❤️ 

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


More information about the cfe-commits mailing list