summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
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
commit91a2e56b065759eeffda3d27949f4aa9ad94a980 (patch)
tree98acd2c1a2482573cfe56221703e2046ef0d4d97 /llvm/test/Bitcode
parent2146270c9b8db9b946ec124a1acc06657326d7b2 (diff)
downloadbcm5719-llvm-91a2e56b065759eeffda3d27949f4aa9ad94a980.tar.gz
bcm5719-llvm-91a2e56b065759eeffda3d27949f4aa9ad94a980.zip
Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.
llvm-svn: 51533
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r--llvm/test/Bitcode/sse2_punpck_qdq.ll3
-rw-r--r--llvm/test/Bitcode/sse2_punpck_qdq.ll.bcbin0 -> 576 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/sse2_punpck_qdq.ll b/llvm/test/Bitcode/sse2_punpck_qdq.ll
new file mode 100644
index 00000000000..b9d711c1084
--- /dev/null
+++ b/llvm/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/llvm/test/Bitcode/sse2_punpck_qdq.ll.bc b/llvm/test/Bitcode/sse2_punpck_qdq.ll.bc
new file mode 100644
index 00000000000..7c1b7ed0ca6
--- /dev/null
+++ b/llvm/test/Bitcode/sse2_punpck_qdq.ll.bc
Binary files differ
OpenPOWER on IntegriCloud