]> granicus.if.org Git - clang/commit
[AVX-512] Remove many of the masked 128/256-bit shift builtins and replace them with...
authorCraig Topper <craig.topper@gmail.com>
Mon, 31 Oct 2016 04:30:51 +0000 (04:30 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 31 Oct 2016 04:30:51 +0000 (04:30 +0000)
commit14849cb2ec67885d527b129037904a143327129e
treeb00436e34c75bdb8702cc9111d8a5529d13a58f8
parentf4ae46b2938235a555fe41f7c8f4e2263025e03a
[AVX-512] Remove many of the masked 128/256-bit shift builtins and replace them with unmasked builtins and selects.

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