Skip to content

[X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - add AVX512 kunpck intrinsics to be used in constexp #166976

@RKSimon

Description

@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

Metadata

Metadata

Labels

backend:X86clang:bytecodeIssues for the clang bytecode constexpr interpreterclang:headersHeaders provided by Clang, e.g. for intrinsicsconstexprAnything related to constant evaluationgood first issuehttps://github.com/llvm/llvm-project/contribute

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions