Added support for register allocators to record which intervals are spill intervals...
authorLang Hames <lhames@gmail.com>
Thu, 2 Sep 2010 08:27:00 +0000 (08:27 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 2 Sep 2010 08:27:00 +0000 (08:27 +0000)
commit33198391d6d30127643c0d1f4ae9ed1ef85ed7f0
tree96d08c0ea047540f1648adf4ee06c13e8bda3f34
parentfc6e29d4ab52b7d3efd83846ed495a9ca7e51e49
Added support for register allocators to record which intervals are spill intervals, and where the uses and defs of the original intervals were in the original code.

Spill intervals can be hidden using the "-rmf-intervals=virt-nospills*" option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112811 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RenderMachineFunction.cpp
lib/CodeGen/RenderMachineFunction.h