Add support for several vector shifts operations while in AVX mode. Fix PR10581
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 8 Aug 2011 21:31:08 +0000 (21:31 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 8 Aug 2011 21:31:08 +0000 (21:31 +0000)
commit328a9d4a0fda149302a8c60bb80cbabe86e922d6
treeb93f1b4ae957231c0304093dc94e717a024f04ac
parent09176e10dbe575b0f4c68803695c47ccb4b81f81
Add support for several vector shifts operations while in AVX mode. Fix PR10581

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137067 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/avx-shift.ll [new file with mode: 0644]