Issue 157066
Summary [Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - add SSE/AVX BLENDV intrinsics to be used in constexpr
Labels good first issue, backend:X86, clang:headers, constexpr, clang:bytecode
Assignees RKSimon
Reporter RKSimon
    The blend by variable mask intrinsics should be updated to allow them to be used in constexpr
```
_mm_blendv_pd _mm256_blendv_pd
_mm_blendv_ps _mm256_blendv_ps
_mm_blendv_epi8 _mm256_blendv_epi8
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to