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
This commit is contained in:
Evan Cheng
2008-05-24 02:56:30 +00:00
parent e716bb1c59
commit a31593901d
5 changed files with 15 additions and 25 deletions
+3
View File
@@ -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
Binary file not shown.