summaryrefslogtreecommitdiff
path: root/test/Bitcode/sse2_shuf_pd.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-05-24 02:14:05 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-05-24 02:14:05 +0000
commite716bb1c59fe64c663d1d352e0e3889a28dbaca2 (patch)
tree7348b915bbb3da181d246933c11375d67eed6d5a /test/Bitcode/sse2_shuf_pd.ll
parent5ea38a6144ae185882b87eb9bd19d785de30ef0c (diff)
downloadllvm-e716bb1c59fe64c663d1d352e0e3889a28dbaca2.tar.gz
llvm-e716bb1c59fe64c663d1d352e0e3889a28dbaca2.tar.bz2
llvm-e716bb1c59fe64c663d1d352e0e3889a28dbaca2.tar.xz
Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2.unpckl.pd intrinsics. These will be lowered into shuffles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode/sse2_shuf_pd.ll')
-rw-r--r--test/Bitcode/sse2_shuf_pd.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Bitcode/sse2_shuf_pd.ll b/test/Bitcode/sse2_shuf_pd.ll
new file mode 100644
index 0000000000..5829edbc25
--- /dev/null
+++ b/test/Bitcode/sse2_shuf_pd.ll
@@ -0,0 +1,2 @@
+; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.shuf.pd}
+; RUN: llvm-dis < %s.bc | grep shufflevector