diff options
Diffstat (limited to 'test/Bitcode/sse2_punpck_qdq.ll')
-rw-r--r-- | test/Bitcode/sse2_punpck_qdq.ll | 3 |
1 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 |