OSDN Git Service

[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)
commit4a1befb048ef3eaa65cb884e9ecb15dc0b661373
treebe8ade2d1d65cfd159fa7c0a19ea7b887b4529b7
parentebdd31d1d6c3b56547f3250e505227114da28d0f
[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.

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