aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.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
commit96eebf0b141b989235129f820bd6ad4436322f04 (patch)
treed08d6d100444a9ecd16ef89306ca28c52b6b5cf2 /llvm/lib/CodeGen/CodeGen.cpp
parent03b87d5aaaa2399b9a537b6455bf564586894ff8 (diff)
downloadllvm-96eebf0b141b989235129f820bd6ad4436322f04.zip
llvm-96eebf0b141b989235129f820bd6ad4436322f04.tar.gz
llvm-96eebf0b141b989235129f820bd6ad4436322f04.tar.bz2
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. llvm-svn: 158867
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions