diff options
author | Nate Begeman <natebegeman@mac.com> | 2010-02-12 01:10:45 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2010-02-12 01:10:45 +0000 |
commit | 7cdba6d1f44ac3db194a68b318f175c1f5cf5016 (patch) | |
tree | 25297be428fe599e6e605497e6b332bb3991d1a5 /lib/CodeGen/LLVMTargetMachine.cpp | |
parent | c4d3f662fc2e907ea2c76aca8ec1971e43f89c98 (diff) |
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
Diffstat (limited to 'lib/CodeGen/LLVMTargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions