Constrain the regmask search space for local live ranges.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 10 Feb 2012 01:31:31 +0000 (01:31 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 10 Feb 2012 01:31:31 +0000 (01:31 +0000)
commit9f10ac63a3a2a74ac381a05d8ba0f7b1b455a6b6
treed5b814d303b6c4341765245dd66e60217955a7d5
parent34e85d0307e3c17e5061622dccf8a20e5457b099
Constrain the regmask search space for local live ranges.

When checking a local live range for interference, restrict the binary
search to the single block.

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