Fix getNode to allow a vector for the shift amount for shifts of vectors.
authorMon P Wang <wangmp@apple.com>
Tue, 9 Dec 2008 05:46:39 +0000 (05:46 +0000)
committerMon P Wang <wangmp@apple.com>
Tue, 9 Dec 2008 05:46:39 +0000 (05:46 +0000)
commite9f1015d1f184a51aaadfd03be0846bd5e7d08a2
treef27edc0e889c8e493c2cd58da91ad01fd86cf2d9
parent46a879ebd384fb39cb680e4c3c182fefcdef5778
Fix getNode to allow a vector for the shift amount for shifts of vectors.
Fix the shift amount when unrolling a vector shift into scalar shifts.
Fix problem in getShuffleScalarElt where it assumes that the input of
a bit convert must be a vector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60740 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
test/CodeGen/X86/vshift_split.ll [new file with mode: 0644]