[X86] Replace the mask cmpeq/cmple/cmplt/cmpgt/cmpge/cmpneq intrinsics with macros...
authorCraig Topper <craig.topper@intel.com>
Mon, 6 Nov 2017 21:00:49 +0000 (21:00 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 6 Nov 2017 21:00:49 +0000 (21:00 +0000)
commitcde1eeda784746f91d1088d2aae4a5f17f5a69e3
treeb36c2185b15f60990f5a63ea3b4bb2cb237159ca
parent5c0c18f6b770d8609f89cdf0dd43aedaf2863e14
[X86] Replace the mask cmpeq/cmple/cmplt/cmpgt/cmpge/cmpneq intrinsics with macros that just pass the right comparison predicate value to the regular cmp intrinsic. Remove mask cmpeq/cmpgt builtins that are now unused.

This shortens the intrinsic headers a little and allows us to get rid of the cmpeq and cmpgt handling from CGBuiltin.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317506 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
lib/CodeGen/CGBuiltin.cpp
lib/Headers/avx512bwintrin.h
lib/Headers/avx512fintrin.h
lib/Headers/avx512vlbwintrin.h
lib/Headers/avx512vlintrin.h