All MMX shift instructions took a <2 x i32> vector as the shift amount parameter...
authorAnders Carlsson <andersca@mac.com>
Fri, 14 Dec 2007 06:38:54 +0000 (06:38 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 14 Dec 2007 06:38:54 +0000 (06:38 +0000)
commitd04764a8acabe0b3f0452b3099bc5964ba783884
tree83eb1a88eea377d1a24630df30391860551c6229
parent18efe269b12624d74c0af6104e88864d6a932344
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