]> granicus.if.org Git - clang/commit
[X86] Remove mask argument from some builtins that are handled completely in CGBuilti...
authorCraig Topper <craig.topper@intel.com>
Tue, 22 May 2018 20:48:24 +0000 (20:48 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 22 May 2018 20:48:24 +0000 (20:48 +0000)
commit9f33b6a567dfc557286f7ddb2dffb18da6cb8538
treeac499fe5ee747c85ee29aa01cb2769fb2e55e945
parent5a1231ea596c3edac5e581b154549230c4f65d7e
[X86] Remove mask argument from some builtins that are handled completely in CGBuiltin.cpp. Just wrap a select builtin around them in the header file instead.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333027 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
lib/CodeGen/CGBuiltin.cpp
lib/Headers/avx512bwintrin.h
lib/Headers/avx512cdintrin.h
lib/Headers/avx512vlcdintrin.h
lib/Sema/SemaChecking.cpp