Issue 165161
Summary [Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow insertps intrinsic to be used in constexp
Labels good first issue, backend:X86, clang:headers, constexpr, clang:bytecode
Assignees
Reporter RKSimon
    A small extension to #164078's interp__builtin_ia32_shuffle_generic/evalShuffleGeneric callback should allow us to handle SSE41 _mm_insert_ps / __builtin_ia32_insertps128 intrinsics - the main new feature that it will require is to set vector element results to zero based of the insertps zero mask.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to