PTX: Add new PTX-specific register allocator that keeps virtual registers
authorJustin Holewinski <justin.holewinski@gmail.com>
Thu, 22 Sep 2011 16:45:33 +0000 (16:45 +0000)
committerJustin Holewinski <justin.holewinski@gmail.com>
Thu, 22 Sep 2011 16:45:33 +0000 (16:45 +0000)
commit247ee00bceef1f1558dc1da8cb23daac06f27d4d
tree7d34db07d4d57ef05008865eb9928575c193fc5c
parent85500714c460be6452a96be1574d8676d062051c
PTX: Add new PTX-specific register allocator that keeps virtual registers
instead of allocating physical registers.

This is part of a work-in-progress overhaul of the PTX register allocation scheme.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140305 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PTX/CMakeLists.txt
lib/Target/PTX/PTX.h
lib/Target/PTX/PTXRegAlloc.cpp [new file with mode: 0644]