1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-25 00:35:30 +00:00
Jakob Stoklund Olesen a24986d8bf Replace a big gob of old coalescer logic with the new CoalescerPair class.
CoalescerPair can determine if a copy can be coalesced, and which register gets
merged away. The old logic in SimpleRegisterCoalescing had evolved into
something a bit too convoluted.

This second attempt fixes some crashes that only occurred Linux.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106769 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-24 18:15:01 +00:00
..
2010-06-07 20:58:11 +00:00
2010-06-16 19:39:45 +00:00
2010-06-17 17:43:14 +00:00
2010-06-04 23:47:41 +00:00
2010-06-18 01:49:17 +00:00
2010-06-23 19:50:39 +00:00