diff options
Diffstat (limited to 'test/Bitcode/sse2_unpck_pd.ll')
-rw-r--r-- | test/Bitcode/sse2_unpck_pd.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Bitcode/sse2_unpck_pd.ll b/test/Bitcode/sse2_unpck_pd.ll new file mode 100644 index 0000000..f4e5d54 --- /dev/null +++ b/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 |