]> granicus.if.org Git - clang/commit
[AVX-512] Remove masked 128/256-bit pshufb builtins. Replace with a select and the...
authorCraig Topper <craig.topper@gmail.com>
Sat, 22 Oct 2016 21:24:42 +0000 (21:24 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 22 Oct 2016 21:24:42 +0000 (21:24 +0000)
commitd2ece93ae5822a78d6404378223e126132e408f6
tree5fe78a67e893c9d0a7c23a7438b667a903be1603
parent4501a61d533fa6748517f9773d5fdc53bd78b83b
[AVX-512] Remove masked 128/256-bit pshufb builtins. Replace with a select and the older unmaksed builtins.

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