[X86][SSE] Update the the target shuffle matches to use the effective mask's value...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 5 Aug 2016 14:33:11 +0000 (14:33 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 5 Aug 2016 14:33:11 +0000 (14:33 +0000)
commit24dc1e7a90ee85b33ac103f976bf6ad14097f9bf
tree62464de8e087bf3787557b7085474ba2b62036bf
parent341ecba9e67a5d9ee373c9e506854b2dd8c3b30b
[X86][SSE] Update the the target shuffle matches to use the effective mask's value type directly instead of via the input value type.

Preparation for adding 2 input support so we want to avoid unnecessary references to the input value type.

llvm-svn: 277817
llvm/lib/Target/X86/X86ISelLowering.cpp