[x86] Delete some extraneous logic from the new vector shuffle lowering.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 1 Oct 2014 11:13:57 +0000 (11:13 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 1 Oct 2014 11:13:57 +0000 (11:13 +0000)
commita1b88ab2c14c1332a864a1fd4c2746bc43d005fe
tree3684776adf57e70ca8bee3cb13e9099a53d72d06
parent01649dea92ff98b71916a8226016b35771044cb0
[x86] Delete some extraneous logic from the new vector shuffle lowering.

Nothing was relying on this and there are potentially some edge cases
that it would not be correct under. Removing it seems better than trying
to "fix" it as nothing was relying on it.

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