]> granicus.if.org Git - clang/commit
[AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins with the newly added...
authorCraig Topper <craig.topper@gmail.com>
Tue, 27 Dec 2016 04:04:57 +0000 (04:04 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 27 Dec 2016 04:04:57 +0000 (04:04 +0000)
commitad84b642a2ecc71913c22e7a81f7f822e4f6e5f5
treed61d4bde3b482db6462aa55f908bd5635823b001
parent1892b3e944190282eb74e4ff9ec0f64b2d11f127
[AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins with the newly added unmasked versions and selects.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290580 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
lib/Headers/avx512fintrin.h
test/CodeGen/avx512f-builtins.c