]> granicus.if.org Git - clang/commit
[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)
commit3c6b78637e54fd4bc2f6413e2f34439b51da65fa
treee1d0d4cf650406028a09a966184ab3fde6829114
parent176126f8e3acb593bdac18d4ed8ff6b5ff5e0471
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336740 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/avx512dq-builtins.c