From f9b83fcf95e8a280d7b117af8858596fe5b10d94 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 17 Dec 2007 22:33:23 +0000 Subject: 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 --- test/Bitcode/sse2_movl_dq.ll | 2 ++ test/Bitcode/sse2_movl_dq.ll.bc | Bin 0 -> 480 bytes 2 files changed, 2 insertions(+) create mode 100644 test/Bitcode/sse2_movl_dq.ll create mode 100644 test/Bitcode/sse2_movl_dq.ll.bc (limited to 'test/Bitcode') 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 new file mode 100644 index 0000000000..74d1826d2e Binary files /dev/null and b/test/Bitcode/sse2_movl_dq.ll.bc differ -- cgit v1.2.3-18-g5258