diff options
author | Manman Ren <mren@apple.com> | 2012-07-25 18:28:13 +0000 |
---|---|---|
committer | Manman Ren <mren@apple.com> | 2012-07-25 18:28:13 +0000 |
commit | d68e8cda245269c032a692873dc8eb163fa6ef00 (patch) | |
tree | d1f0c6987fb904ed8cb31ca343ae71e48571363d /README.txt | |
parent | 9f14ed1c60a1f6e8ab434a85d2ba9d82bc125cf4 (diff) | |
download | external_llvm-d68e8cda245269c032a692873dc8eb163fa6ef00.zip external_llvm-d68e8cda245269c032a692873dc8eb163fa6ef00.tar.gz external_llvm-d68e8cda245269c032a692873dc8eb163fa6ef00.tar.bz2 |
Disable rematerialization in TwoAddressInstructionPass.
It is redundant; RegisterCoalescer will do the remat if it can't eliminate
the copy. Collected instruction counts before and after this. A few extra
instructions are generated due to spilling but it is normal to see these kinds
of changes with almost any small codegen change, according to Jakob.
This also fixed rdar://11830760 where xor is expected instead of movi0.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160749 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'README.txt')
0 files changed, 0 insertions, 0 deletions