[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)
commitb1961a389602e7ef23668d2388ea76d9d852f198
tree0badbb52ce468a4f80a61b7d8b706e711d104a65
parent912e816cc2eea0c9773530f16dcd4ec8b885e32f
[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.

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