[x86] Sink the single-input v8i16 lowering code that is actually
authorChandler Carruth <chandlerc@gmail.com>
Thu, 26 Feb 2015 11:00:40 +0000 (11:00 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 26 Feb 2015 11:00:40 +0000 (11:00 +0000)
commiteabb1227f6672d936435fa1fc870e22132872df8
treef9716798d1ea7d315e981f2d4906a69355a8a91c
parent177498a4e0da12e947dcbd5816a9f41d08b4ec7c
[x86] Sink the single-input v8i16 lowering code that is actually
formulaic into the top v8i16 lowering routine.

This makes the generalized lowering a completely general and single path
lowering which will allow generalizing it in turn for multiple 128-bit
lanes.

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