Issue 169304
Summary [Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow VPERMQ/PD variable mask intrinsics to be used in constexpr
Labels good first issue, backend:X86, clang:headers, constexpr, clang:bytecode
Assignees
Reporter RKSimon
    These AVX2 cross-lane permute intrinsics are still missing constexpr handling:

_mm256_permute4x64_epi64
_mm256_permute4x64_pd

See #166529 for examples of how to implement them
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to