Add a missing pattern for movhps so that we get:
authorNate Begeman <natebegeman@mac.com>
Fri, 12 Feb 2010 01:10:45 +0000 (01:10 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 12 Feb 2010 01:10:45 +0000 (01:10 +0000)
commit7cdba6d1f44ac3db194a68b318f175c1f5cf5016
tree25297be428fe599e6e605497e6b332bb3991d1a5
parentc4d3f662fc2e907ea2c76aca8ec1971e43f89c98
Add a missing pattern for movhps so that we get:

movq (%ecx,%edx,2), %xmm2
movhps (%ecx,%eax,2), %xmm2

rather than:

movq     (%eax, %edx, 2), %xmm2
movq     (%eax, %ebx, 2), %xmm3
movlhps  %xmm3, %xmm2

Testcase forthcoming.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95948 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td