summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2015-02-27 06:54:25 +0000
committerCraig Topper <craig.topper@gmail.com>2015-02-27 06:54:25 +0000
commitb1bc5cf4bcfa6861e83d87933cc8eeb759ac5253 (patch)
treed98fe2bdc856bcd15924d34c0451a36f0cc0c1eb /clang/test/CodeGen
parentb65719ae7812e0403c98a6aa46443e2052a882a2 (diff)
downloadbcm5719-llvm-b1bc5cf4bcfa6861e83d87933cc8eeb759ac5253.tar.gz
bcm5719-llvm-b1bc5cf4bcfa6861e83d87933cc8eeb759ac5253.zip
[X86] Remove pblendw and pblendd builtins that aren't being used by the intrinsic headers.
llvm-svn: 230738
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r--clang/test/CodeGen/builtins-x86.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/builtins-x86.c b/clang/test/CodeGen/builtins-x86.c
index e965f0c7fb2..c77be2cd7e5 100644
--- a/clang/test/CodeGen/builtins-x86.c
+++ b/clang/test/CodeGen/builtins-x86.c
@@ -354,7 +354,6 @@ void f0() {
tmp_V1LLi = __builtin_ia32_palignr(tmp_V1LLi, tmp_V1LLi, imm_i);
#ifdef USE_SSE4
tmp_V16c = __builtin_ia32_pblendvb128(tmp_V16c, tmp_V16c, tmp_V16c);
- tmp_V8s = __builtin_ia32_pblendw128(tmp_V8s, tmp_V8s, imm_i_0_256);
tmp_V2d = __builtin_ia32_blendvpd(tmp_V2d, tmp_V2d, tmp_V2d);
tmp_V4f = __builtin_ia32_blendvps(tmp_V4f, tmp_V4f, tmp_V4f);
tmp_V8s = __builtin_ia32_packusdw128(tmp_V4i, tmp_V4i);
OpenPOWER on IntegriCloud