[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)
commit0c5f05986544df86a3137f856bc370d04d88c11b
tree9be3bac43f7ace06e4d531a0b52230e5b2a0b106
parent6d87a9c09e3b44a8bba2742869f5200f796c39f0
[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.

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