All MMX shift instructions took a <2 x i32> vector as the shift amount parameter...
commit84894fcd78d148ad5b41a95b02493a2bd6b43b45
authorAnders Carlsson <andersca@mac.com>
Fri, 14 Dec 2007 06:38:54 +0000 (14 06:38 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 14 Dec 2007 06:38:54 +0000 (14 06:38 +0000)
tree83eb1a88eea377d1a24630df30391860551c6229
parent48679f40fc5d19c55aec3ac8a13f8b0c86574538
All MMX shift instructions took a <2 x i32> vector as the shift amount parameter. Change this to be <1 x i64> instead, which matches the assembler instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45027 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IntrinsicsX86.td
lib/VMCore/AutoUpgrade.cpp
test/Assembler/AutoUpgradeIntrinsics.ll