Vikram S. Adve 32f81a3469 Allow copy coalescing in more cases: if sum of node degrees is more than
than #available regs, compute the sum excluding duplicates and if that
is less than #regs, go ahead and coalesce.
Add method IGNode::getCombinedDegree to count excluding duplicates.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3842 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-20 00:45:47 +00:00
..
2002-08-09 20:08:03 +00:00
2002-09-17 17:23:09 +00:00
2002-09-17 20:24:46 +00:00
2002-07-22 22:09:35 +00:00
2002-07-08 23:25:17 +00:00
2002-08-22 02:58:57 +00:00