================
@@ -951,6 +951,17 @@ __m256i test_mm256_movm_epi32(__mmask8 __A) {
return _mm256_movm_epi32(__A);
}
+__m512i test_mm512_movm_epi32(__mmask16 __A) {
----------------
andykaylor wrote:No problem, but please remove the changes from the `CodeGen/X86` versions of these files. https://github.com/llvm/llvm-project/pull/171694 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
