RKSimon wrote: > My understanding is that `_mm*_mask*_shuffle_*` cannot simply reuse > `interp__builtin_ia32_shuffle_generic`
You should be able to use these callbacks if you follow the builtins expansion: https://github.com/llvm/llvm-project/blob/ad31e11ab6d719d803708169a981a49b347c4d82/clang/lib/CodeGen/TargetBuiltins/X86.cpp#L1739-L1766 https://github.com/llvm/llvm-project/pull/168700 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
