diff options
author | Chris Lattner <sabre@nondot.org> | 2006-08-24 22:43:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-08-24 22:43:55 +0000 |
commit | f7da2c7b0c6293c268881628fc351bed7763f1f4 (patch) | |
tree | 0226e9d0eeec331bfd216448cb6660854ae2b6d4 /lib/Bytecode/Archive/Archive.cpp | |
parent | 4869d7fa8e7daeaafc8b86c6f54efd41517f0f14 (diff) |
Take advantage of the recent improvements to the liveintervals set (tracking
instructions which define each value#) to simplify and improve the coallescer.
In particular, this patch:
1. Implements iterative coallescing.
2. Reverts an unsafe hack from handlePhysRegDef, superceeding it with a
better solution.
3. Implements PR865, "coallescing" away the second copy in code like:
A = B
...
B = A
This also includes changes to symbolically print registers in intervals
when possible.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Archive/Archive.cpp')
0 files changed, 0 insertions, 0 deletions