[x86] Switching the shuffle equivalence test to a variadic template was
authorChandler Carruth <chandlerc@gmail.com>
Fri, 20 Feb 2015 10:47:28 +0000 (10:47 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 20 Feb 2015 10:47:28 +0000 (10:47 +0000)
commit634fc5f26b7becd701778dd51d194a71e78bce19
tree772a57a20122bc094b47c3d17fff7663d5096fe0
parent05e2b94f350ae9f16f6ddf8ad0607b8f8812fae2
[x86] Switching the shuffle equivalence test to a variadic template was
the wrong answer. We also got initializer lists which are *way* cleaner
for this kind of thing. Let's use those and make this a normal, boring
functionn accepting ArrayRef.

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