Issue 169312
Summary [Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow AVX subvector shuffles intrinsics to be used in constexpr
Labels good first issue, backend:X86, clang:headers, constexpr, clang:bytecode
Assignees
Reporter RKSimon
    Split off from #160514 as these are the only ones that require zero handling:
```
_mm256_permute2f128_pd
_mm256_permute2f128_ps
_mm256_permute2f128_si256
_mm256_permute2x128_si256
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to