[x86] Inline an SSE4 helper function for INSERT_VECTOR_ELT lowering, no
authorChandler Carruth <chandlerc@gmail.com>
Thu, 28 Aug 2014 03:52:45 +0000 (03:52 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 28 Aug 2014 03:52:45 +0000 (03:52 +0000)
commit1201cc156f28c0f4f14cea94d2735632cbd3d6f4
treef6b8551475bb38dc0bf528e2246c6a40cd9e7384
parentda3a2933131dc8d9ce0db83e14f1fd02f6cba6c8
[x86] Inline an SSE4 helper function for INSERT_VECTOR_ELT lowering, no
functionality changed.

Separating this into two functions wasn't helping. There was a decent
amount of boilerplate duplicated, and some subsequent refactorings here
will pull even more common code out.

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