summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocBase.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-06-20 22:52:26 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-06-20 22:52:26 +0000
commit042888db2bb195c86bf34afbb6907d70855d2830 (patch)
tree40e04d9f554c4c5310d5639addf14525f6d9f70a /lib/CodeGen/RegAllocBase.cpp
parent812cda9a5cc26b1f8dda6f909bf5062c215b65d7 (diff)
downloadllvm-042888db2bb195c86bf34afbb6907d70855d2830.tar.gz
llvm-042888db2bb195c86bf34afbb6907d70855d2830.tar.bz2
llvm-042888db2bb195c86bf34afbb6907d70855d2830.tar.xz
Convert RAGreedy to LiveRegMatrix interference checking.
Stop depending on the LiveIntervalUnions in RegAllocBase, they are about to be removed. The changes are mostly replacing register alias iterators with regunit iterators, and querying LiveRegMatrix instrad of RegAllocBase. InterferenceCache is converted to work with per-regunit LiveIntervalUnions, and it checks fixed regunit interference separately, using the fixed live intervals provided by LiveIntervalAnalysis. The local splitting helper calcGapWeights() is also considering fixed regunit interference which is kept on the side now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocBase.cpp')
0 files changed, 0 insertions, 0 deletions