]> granicus.if.org Git - clang/commit
[X86] Replace 512-bit masked pmaddubsw and pmaddwd intrinsic with unmasked intrinsic...
authorCraig Topper <craig.topper@intel.com>
Wed, 11 Apr 2018 04:55:10 +0000 (04:55 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 11 Apr 2018 04:55:10 +0000 (04:55 +0000)
commitf0445566e4bcb089937c3714a136d472079ea210
treee31823cbd9a687336c1fe5290266ede9bf141d4e
parent469033bc85b3ecce6babf7fd5b7c69ed5ae9621a
[X86] Replace 512-bit masked pmaddubsw and pmaddwd intrinsic with unmasked intrinsic and a select.

This makes it consistent with the 128/256-bit functions.

Someday maybe we'll have all the masking moved to selects.

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