[X86] Change the signature of the AVX512 packed fp compare intrinsics to return vXi1...
authorCraig Topper <craig.topper@intel.com>
Sat, 10 Feb 2018 23:34:27 +0000 (23:34 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 10 Feb 2018 23:34:27 +0000 (23:34 +0000)
commita57d64e30f86b350d18c16d956fd51377088bd62
tree4d515c39a3e0c1e38aa58e60b3150a536ba2f690
parent4dccffc84a71c6edc07fc38812e144210d381bf8
[X86] Change the signature of the AVX512 packed fp compare intrinsics to return vXi1 mask. Make bitcasts to scalar explicit in IR

Summary: This is the clang equivalent of r324827

Reviewers: zvi, delena, RKSimon, spatel

Reviewed By: RKSimon

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D43143

llvm-svn: 324828
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/avx512f-builtins.c
clang/test/CodeGen/avx512vl-builtins.c