Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure
authorEvan Cheng <evan.cheng@apple.com>
Mon, 17 Dec 2007 22:33:23 +0000 (22:33 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 17 Dec 2007 22:33:23 +0000 (22:33 +0000)
commitf9b83fcf95e8a280d7b117af8858596fe5b10d94
tree0545ada63de4a6fd2f4d2a60a1f5c4206f8abed0
parent504c369213efb263136bb048e79af3516511c040
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
include/llvm/AutoUpgrade.h
include/llvm/IntrinsicsX86.td
lib/Bitcode/Reader/BitcodeReader.cpp
lib/VMCore/AutoUpgrade.cpp
test/Bitcode/sse2_movl_dq.ll [new file with mode: 0644]
test/Bitcode/sse2_movl_dq.ll.bc [new file with mode: 0644]