Skip to content

[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - add SSE/AVX BLENDV intrinsics to be used in constexpr #157066

@RKSimon

Description

@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 

Metadata

Metadata

Assignees

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