[clang] [X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow AVX512 mask predicate intrinsics to be used in constexpr (PR #165054)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 19 11:10:58 PST 2025
sskzakaria wrote:
> > I changed the name of the builtin so its not the same as the builtin for movm intrinsics
>
> what name change?
> > I changed the name of the builtin so its not the same as the builtin for movm intrinsics
>
> what name change?
`interp__builtin_ia32_cvt_vec2mask`
https://github.com/llvm/llvm-project/pull/165054
More information about the cfe-commits
mailing list