diff options
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r-- | llvm/test/Bitcode/sse2_punpck_qdq.ll | 3 | ||||
-rw-r--r-- | llvm/test/Bitcode/sse2_punpck_qdq.ll.bc | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000000..7c1b7ed0ca6 --- /dev/null +++ b/llvm/test/Bitcode/sse2_punpck_qdq.ll.bc |