Skip to content
Commit beac19e2 authored by Dan Gohman's avatar Dan Gohman
Browse files

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.

llvm-svn: 61830
parent 494daa74
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment