[X86] Remove masking from the 512-bit floating point max/min builtins. Use select...
authorCraig Topper <craig.topper@intel.com>
Thu, 21 Jun 2018 05:01:01 +0000 (05:01 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 21 Jun 2018 05:01:01 +0000 (05:01 +0000)
commit2da60bc231859b846d3cbcb0681c2cb6510f8187
tree596990d0a689b8e148e88d4b17528be58ef565fe
parent296526bf46f48255f103e97e4970c17a81ebbf08
[X86] Remove masking from the 512-bit floating point max/min builtins. Use select in IR instead.

llvm-svn: 335200
clang/include/clang/Basic/BuiltinsX86.def
clang/lib/Headers/avx512fintrin.h
clang/lib/Sema/SemaChecking.cpp
clang/test/CodeGen/avx512f-builtins.c