]> granicus.if.org Git - clang/commit
[X86] Remove the blendps/blendpd builtins. They aren't used by the intrinsic headers...
authorCraig Topper <craig.topper@gmail.com>
Thu, 26 Feb 2015 08:09:05 +0000 (08:09 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 26 Feb 2015 08:09:05 +0000 (08:09 +0000)
commita0ec99454a11207231489a2398d089917e06d06b
tree21cd4b2a58a38966226f39fe0addf58389aaa57e
parentdab0c3f047dfed57d13ffd2bfcb561d710cc544d
[X86] Remove the blendps/blendpd builtins. They aren't used by the intrinsic headers. We use appropriate shuffle vector instead.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230616 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
lib/Sema/SemaChecking.cpp
test/CodeGen/builtins-x86.c