summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
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
commit0e179d015f94a0df6a7c3261a6a2d08b4aae9c8c (patch)
tree1c7601183c63b92fccc66059025c64ca7caa8fed /llvm/test/Bitcode
parentc5cccb9e60c4f74a0f66585054728550559fa38d (diff)
downloadbcm5719-llvm-0e179d015f94a0df6a7c3261a6a2d08b4aae9c8c.tar.gz
bcm5719-llvm-0e179d015f94a0df6a7c3261a6a2d08b4aae9c8c.zip
Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure
it's auto-upgraded to a shufflevector instruction. llvm-svn: 45131
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r--llvm/test/Bitcode/sse2_movl_dq.ll2
-rw-r--r--llvm/test/Bitcode/sse2_movl_dq.ll.bcbin0 -> 480 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/sse2_movl_dq.ll b/llvm/test/Bitcode/sse2_movl_dq.ll
new file mode 100644
index 00000000000..093d8213ed4
--- /dev/null
+++ b/llvm/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/llvm/test/Bitcode/sse2_movl_dq.ll.bc b/llvm/test/Bitcode/sse2_movl_dq.ll.bc
new file mode 100644
index 00000000000..74d1826d2e1
--- /dev/null
+++ b/llvm/test/Bitcode/sse2_movl_dq.ll.bc
Binary files differ
OpenPOWER on IntegriCloud