diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2009-06-07 07:12:56 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2009-06-07 07:12:56 +0000 |
| commit | 5a996fc0fc23093ceac58e3f8c34d8cc9feaf061 (patch) | |
| tree | e91e4bc6d76975ec01b25c4724fb2a7ae2f82532 /clang/test/CodeGen/builtins-x86.c | |
| parent | e183993ffae24b9f45090eaf0760f62817e8e363 (diff) | |
| download | bcm5719-llvm-5a996fc0fc23093ceac58e3f8c34d8cc9feaf061.tar.gz bcm5719-llvm-5a996fc0fc23093ceac58e3f8c34d8cc9feaf061.zip | |
Now that LLVM CodeGen can handle the generic variations a bit better,
get rid of a few more clang vector builtins.
llvm-svn: 73015
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 c889a2feab8..8d4bcbfab17 100644 --- a/clang/test/CodeGen/builtins-x86.c +++ b/clang/test/CodeGen/builtins-x86.c @@ -250,8 +250,6 @@ void f0() { (void) __builtin_ia32_maskmovq(tmp_V8c, tmp_V8c, tmp_cp); tmp_V4f = __builtin_ia32_loadups(tmp_fCp); (void) __builtin_ia32_storeups(tmp_fp, tmp_V4f); - tmp_V4f = __builtin_ia32_loadhps(tmp_V4f, tmp_V2ip); - tmp_V4f = __builtin_ia32_loadlps(tmp_V4f, tmp_V2ip); (void) __builtin_ia32_storehps(tmp_V2ip, tmp_V4f); (void) __builtin_ia32_storelps(tmp_V2ip, tmp_V4f); tmp_i = __builtin_ia32_movmskps(tmp_V4f); @@ -270,8 +268,6 @@ void f0() { (void) __builtin_ia32_maskmovdqu(tmp_V16c, tmp_V16c, tmp_cp); tmp_V2d = __builtin_ia32_loadupd(tmp_dCp); (void) __builtin_ia32_storeupd(tmp_dp, tmp_V2d); - tmp_V2d = __builtin_ia32_loadhpd(tmp_V2d, tmp_dCp); - tmp_V2d = __builtin_ia32_loadlpd(tmp_V2d, tmp_dCp); tmp_i = __builtin_ia32_movmskpd(tmp_V2d); tmp_i = __builtin_ia32_pmovmskb128(tmp_V16c); (void) __builtin_ia32_movnti(tmp_ip, tmp_i); |

