Moved spill weight calculation out of SimpleRegisterCoalescing and into its own pass...
authorLang Hames <lhames@gmail.com>
Mon, 14 Dec 2009 06:49:42 +0000 (06:49 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 14 Dec 2009 06:49:42 +0000 (06:49 +0000)
commita937f220e14826266a8f05b58a541aad669c8912
tree1cd989b52ede088f5b2366dccb88e82923041bcd
parenta59adc40153f3e0f9843952c127d179b5ebe6c4c
Moved spill weight calculation out of SimpleRegisterCoalescing and into its own pass: CalculateSpillWeights.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91273 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CalcSpillWeights.h [new file with mode: 0644]
lib/CodeGen/CalcSpillWeights.cpp [new file with mode: 0644]
lib/CodeGen/PreAllocSplitting.cpp
lib/CodeGen/RegAllocLinearScan.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/SimpleRegisterCoalescing.cpp
lib/CodeGen/SimpleRegisterCoalescing.h