OSDN Git Service

[X86][SSE] Consistently use the target shuffle root value type for vector size calcul...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 5 Aug 2016 13:02:53 +0000 (13:02 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 5 Aug 2016 13:02:53 +0000 (13:02 +0000)
commit0d58c98b169d66ccc2339f0c77a99b3e48ef0227
tree066576a23c46bd741d6e76c6e0da847733723649
parentd55759c8bcacb473049d88a314df67c040a252c3
[X86][SSE] Consistently use the target shuffle root value type for vector size calculations. NFCI.

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@277814 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp