diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-12-17 22:33:23 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-12-17 22:33:23 +0000 |
commit | f9b83fcf95e8a280d7b117af8858596fe5b10d94 (patch) | |
tree | 0545ada63de4a6fd2f4d2a60a1f5c4206f8abed0 /test/Bitcode | |
parent | 504c369213efb263136bb048e79af3516511c040 (diff) |
Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure
it's auto-upgraded to a shufflevector instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode')
-rw-r--r-- | test/Bitcode/sse2_movl_dq.ll | 2 | ||||
-rw-r--r-- | test/Bitcode/sse2_movl_dq.ll.bc | bin | 0 -> 480 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/Bitcode/sse2_movl_dq.ll b/test/Bitcode/sse2_movl_dq.ll new file mode 100644 index 0000000000..093d8213ed --- /dev/null +++ b/test/Bitcode/sse2_movl_dq.ll @@ -0,0 +1,2 @@ +; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.movl.dq} +; RUN: llvm-dis < %s.bc | grep shufflevector diff --git a/test/Bitcode/sse2_movl_dq.ll.bc b/test/Bitcode/sse2_movl_dq.ll.bc Binary files differnew file mode 100644 index 0000000000..74d1826d2e --- /dev/null +++ b/test/Bitcode/sse2_movl_dq.ll.bc |