Issue 166976
Summary [X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - add AVX512 kunpck intrinsics to be used in constexp
Labels good first issue, backend:X86, clang:headers, constexpr, clang:bytecode
Assignees
Reporter RKSimon
    ```
__mmask16 _mm512_kunpackb (__mmask16 a, __mmask16 b)
__mmask64 _mm512_kunpackd (__mmask64 a, __mmask64 b)
__mmask32 _mm512_kunpackw (__mmask32 a, __mmask32 b)
```
Hopefully these can be implemented as a binop callback
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to