commit | cca2983291bb5502085148164ad77e8017dd8cde | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Jan 06 23:34:46 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Jan 06 23:34:46 2009 +0000 |
tree | b76c8174e691a3183382694496676092ad541987 | |
parent | 21213e75b57f87182cbfa7cd8f55a37bcb7c4097 [diff] |
Revert r42653 and forward-port the code that lets INC64_32r be converted to LEA64_32r in x86's convertToThreeAddress. This replaces code like this: movl %esi, %edi inc %edi with this: lea 1(%rsi), %edi which appears to be beneficial. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61830 91177308-0d34-0410-b5e6-96231b3b80d8