summaryrefslogtreecommitdiff
path: root/test/Bitcode/sse2_movl_dq.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-12-17 22:33:23 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-12-17 22:33:23 +0000
commitf9b83fcf95e8a280d7b117af8858596fe5b10d94 (patch)
tree0545ada63de4a6fd2f4d2a60a1f5c4206f8abed0 /test/Bitcode/sse2_movl_dq.ll
parent504c369213efb263136bb048e79af3516511c040 (diff)
downloadllvm-f9b83fcf95e8a280d7b117af8858596fe5b10d94.tar.gz
llvm-f9b83fcf95e8a280d7b117af8858596fe5b10d94.tar.bz2
llvm-f9b83fcf95e8a280d7b117af8858596fe5b10d94.tar.xz
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/sse2_movl_dq.ll')
-rw-r--r--test/Bitcode/sse2_movl_dq.ll2
1 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