aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-05-24 02:56:30 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-05-24 02:56:30 +0000
commit09395bc35fb82cbf72b9478abde61d0493c519fa (patch)
tree32c9f959580c44b6ccd935ec727bcafd3309304a /test
parentdf0b78da33a0e486fa892e10e2c2a0e2ed644a97 (diff)
downloadexternal_llvm-09395bc35fb82cbf72b9478abde61d0493c519fa.zip
external_llvm-09395bc35fb82cbf72b9478abde61d0493c519fa.tar.gz
external_llvm-09395bc35fb82cbf72b9478abde61d0493c519fa.tar.bz2
Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Bitcode/sse2_punpck_qdq.ll3
-rw-r--r--test/Bitcode/sse2_punpck_qdq.ll.bcbin0 -> 576 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/test/Bitcode/sse2_punpck_qdq.ll b/test/Bitcode/sse2_punpck_qdq.ll
new file mode 100644
index 0000000..b9d711c
--- /dev/null
+++ b/test/Bitcode/sse2_punpck_qdq.ll
@@ -0,0 +1,3 @@
+; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.punpckh.qdq}
+; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.punpckl.qdq}
+; RUN: llvm-dis < %s.bc | grep shufflevector
diff --git a/test/Bitcode/sse2_punpck_qdq.ll.bc b/test/Bitcode/sse2_punpck_qdq.ll.bc
new file mode 100644
index 0000000..7c1b7ed
--- /dev/null
+++ b/test/Bitcode/sse2_punpck_qdq.ll.bc
Binary files differ