summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/R600FrameLowering.cpp
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Cleanup subtarget handling.Matt Arsenault2016-06-241-0/+15
Split AMDGPUSubtarget into amdgcn/r600 specific subclasses. This removes most of the static_casting of the basic codegen classes everywhere, and tries to restrict the features visible on the wrong target. llvm-svn: 273652
OpenPOWER on IntegriCloud