summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/SIPrepareScratchRegs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* MachineRegisterInfo: Remove UsedPhysReg infrastructureMatthias Braun2015-07-141-1/+0
| | | | | | | | | | | | | We have a detailed def/use lists for every physical register in MachineRegisterInfo anyway, so there is little use in maintaining an additional bitset of which ones are used. Removing it frees us from extra book keeping. This simplifies VirtRegMap. Differential Revision: http://reviews.llvm.org/D10911 llvm-svn: 242173
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+194
llvm-svn: 239657
OpenPOWER on IntegriCloud