[X86] Also fix the test for _mm512_mullo_epi64 to test the intrinsic instead of a...
authorCraig Topper <craig.topper@intel.com>
Tue, 10 Jul 2018 23:28:05 +0000 (23:28 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 10 Jul 2018 23:28:05 +0000 (23:28 +0000)
commitdb5c9aa3664ceb6b01d8ba2627c22d0b6bf3ee97
tree48aeb003588769f36d6c83211d8d8611beefe5fd
parent4ddb2f3a18429fbe4d1668e5e9365f26741c85c3
[X86] Also fix the test for _mm512_mullo_epi64 to test the intrinsic instead of a copy of the intrinsic implementation.

This had the same issue I just fixed in r336739. Apparently I copy pasted _mm512_mullo_epi64 when I added _mm512_mullox_epi64.

llvm-svn: 336740
clang/test/CodeGen/avx512dq-builtins.c