summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
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
commit2146270c9b8db9b946ec124a1acc06657326d7b2 (patch)
tree932ba6a6478ef850408202d61e2136b147098e7f /llvm/test/Bitcode
parent91dea27d4c5fc768ce8da50d0134bb58f3ba91ee (diff)
downloadbcm5719-llvm-2146270c9b8db9b946ec124a1acc06657326d7b2.tar.gz
bcm5719-llvm-2146270c9b8db9b946ec124a1acc06657326d7b2.zip
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.
llvm-svn: 51531
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r--llvm/test/Bitcode/sse2_movs_d.ll2
-rw-r--r--llvm/test/Bitcode/sse2_movs_d.ll.bcbin0 -> 476 bytes
-rw-r--r--llvm/test/Bitcode/sse2_shuf_pd.ll2
-rw-r--r--llvm/test/Bitcode/sse2_shuf_pd.ll.bcbin0 -> 584 bytes
-rw-r--r--llvm/test/Bitcode/sse2_unpck_pd.ll3
-rw-r--r--llvm/test/Bitcode/sse2_unpck_pd.ll.bcbin0 -> 572 bytes
6 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/sse2_movs_d.ll b/llvm/test/Bitcode/sse2_movs_d.ll
new file mode 100644
index 00000000000..25a35b6455c
--- /dev/null
+++ b/llvm/test/Bitcode/sse2_movs_d.ll
@@ -0,0 +1,2 @@
+; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.movs.d}
+; RUN: llvm-dis < %s.bc | grep shufflevector
diff --git a/llvm/test/Bitcode/sse2_movs_d.ll.bc b/llvm/test/Bitcode/sse2_movs_d.ll.bc
new file mode 100644
index 00000000000..719d5294e16
--- /dev/null
+++ b/llvm/test/Bitcode/sse2_movs_d.ll.bc
Binary files differ
diff --git a/llvm/test/Bitcode/sse2_shuf_pd.ll b/llvm/test/Bitcode/sse2_shuf_pd.ll
new file mode 100644
index 00000000000..5829edbc256
--- /dev/null
+++ b/llvm/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
diff --git a/llvm/test/Bitcode/sse2_shuf_pd.ll.bc b/llvm/test/Bitcode/sse2_shuf_pd.ll.bc
new file mode 100644
index 00000000000..832c39e103f
--- /dev/null
+++ b/llvm/test/Bitcode/sse2_shuf_pd.ll.bc
Binary files differ
diff --git a/llvm/test/Bitcode/sse2_unpck_pd.ll b/llvm/test/Bitcode/sse2_unpck_pd.ll
new file mode 100644
index 00000000000..f4e5d540684
--- /dev/null
+++ b/llvm/test/Bitcode/sse2_unpck_pd.ll
@@ -0,0 +1,3 @@
+; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.unpckh.pd}
+; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.unpckl.pd}
+; RUN: llvm-dis < %s.bc | grep shufflevector
diff --git a/llvm/test/Bitcode/sse2_unpck_pd.ll.bc b/llvm/test/Bitcode/sse2_unpck_pd.ll.bc
new file mode 100644
index 00000000000..4fb829cbf71
--- /dev/null
+++ b/llvm/test/Bitcode/sse2_unpck_pd.ll.bc
Binary files differ
OpenPOWER on IntegriCloud