[x86] Make the single-input v8i16 lowering directly recurse rather than
authorChandler Carruth <chandlerc@gmail.com>
Fri, 27 Feb 2015 09:11:38 +0000 (09:11 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 27 Feb 2015 09:11:38 +0000 (09:11 +0000)
commitddc4d085cce9691b70e042dc9e03d795f33225c9
tree5ed8c58dab5e2f5ab09944a9409c9249a580d974
parent18581f16b45896c04ba6dfa44559ccc0cc5226e7
[x86] Make the single-input v8i16 lowering directly recurse rather than
going back through the entire vector shuffle lowering.

This is an important step to being able to re-use this logic.

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