diff options
author | Craig Topper <craig.topper@gmail.com> | 2015-02-26 08:09:05 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2015-02-26 08:09:05 +0000 |
commit | ac0d58bc4c365f85b749c5f643eed7f21f50971c (patch) | |
tree | be0308243fe7279da5837a9984ee5eb8afa7d905 /clang/test/CodeGen/builtins-x86.c | |
parent | 1e2f885a033c98b80200a2a628e7dd1a7da3df41 (diff) | |
download | bcm5719-llvm-ac0d58bc4c365f85b749c5f643eed7f21f50971c.tar.gz bcm5719-llvm-ac0d58bc4c365f85b749c5f643eed7f21f50971c.zip |
[X86] Remove the blendps/blendpd builtins. They aren't used by the intrinsic headers. We use appropriate shuffle vector instead.
llvm-svn: 230616
Diffstat (limited to 'clang/test/CodeGen/builtins-x86.c')
-rw-r--r-- | clang/test/CodeGen/builtins-x86.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/CodeGen/builtins-x86.c b/clang/test/CodeGen/builtins-x86.c index 2eb0b5b1f73..e965f0c7fb2 100644 --- a/clang/test/CodeGen/builtins-x86.c +++ b/clang/test/CodeGen/builtins-x86.c @@ -355,8 +355,6 @@ void f0() { #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_blendpd(tmp_V2d, tmp_V2d, imm_i_0_256); - tmp_V4f = __builtin_ia32_blendps(tmp_V4f, tmp_V4f, 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); @@ -403,8 +401,6 @@ void f0() { tmp_V4f = __builtin_ia32_vpermilvarps(tmp_V4f, tmp_V4i); tmp_V4d = __builtin_ia32_vpermilvarpd256(tmp_V4d, tmp_V4LLi); tmp_V8f = __builtin_ia32_vpermilvarps256(tmp_V8f, tmp_V8i); - tmp_V4d = __builtin_ia32_blendpd256(tmp_V4d, tmp_V4d, 0x1); - tmp_V8f = __builtin_ia32_blendps256(tmp_V8f, tmp_V8f, 0x7); tmp_V4d = __builtin_ia32_blendvpd256(tmp_V4d, tmp_V4d, tmp_V4d); tmp_V8f = __builtin_ia32_blendvps256(tmp_V8f, tmp_V8f, tmp_V8f); tmp_V8f = __builtin_ia32_dpps256(tmp_V8f, tmp_V8f, 0x7); |