]> granicus.if.org Git - clang/commit
[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)
commit6ce1cf35b9ca1a4adc111afd0935692abc19173d
treeea786c7e659d6101d3a7da22e6178f716354da0b
parent3e54a18178e7c778183271b278c8241cd1839ebb
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324828 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/avx512f-builtins.c
test/CodeGen/avx512vl-builtins.c