Reorganize interference code to check LastSplitPoint first.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 8 Feb 2011 23:02:58 +0000 (23:02 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 8 Feb 2011 23:02:58 +0000 (23:02 +0000)
commita50c539b7a9e74597da34bfaea5429a48481f18b
treeeef14f0af081821436050c9a6f78b9db6d1496bd
parentb4cc031a3e1306fea74c9211d50c5cde6d9a8cd5
Reorganize interference code to check LastSplitPoint first.

The last split point can be anywhere in the block, so it interferes with the
strictly monotonic requirements of advanceTo().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125132 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocGreedy.cpp