Jakob Stoklund Olesen ad5e969ba9 Use a transposed algorithm for handleMove().
Completely update one interval at a time instead of collecting live
range fragments to be updated. This avoids building data structures,
except for a single SmallPtrSet of updated intervals.

Also share code between handleMove() and handleMoveIntoBundle().

Add support for moving dead defs across other live values in the
interval. The MI scheduler can do that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165824 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-12 21:31:57 +00:00
..
2012-10-12 02:04:32 +00:00
2012-10-11 23:30:49 +00:00
2012-10-12 02:04:47 +00:00
2012-10-09 20:15:02 +00:00
2012-10-10 01:45:52 +00:00
2012-10-12 02:01:09 +00:00