Clean up the logic of vector shuffles -> vector shifts.
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Sat, 28 Aug 2010 02:46:39 +0000 (02:46 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Sat, 28 Aug 2010 02:46:39 +0000 (02:46 +0000)
commit27f1279411fd7e7386869e6235e4b395b739e921
tree5a6f24885254f17571536124f82cc886bcbf8762
parent790077954384a4546fa68247744104936fd9b6cf
Clean up the logic of vector shuffles -> vector shifts.
Also teach this logic how to handle target specific shuffles if
needed, this is necessary while searching recursively for zeroed
scalar elements in vector shuffle operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112348 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp