From aa6fb4c45e01348159d565c17a77118dc57332e5 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Thu, 21 Feb 2019 23:27:46 +0000 Subject: AMDGPU: Remove debugger related subtarget features As far as I know these aren't needed anymore. llvm-svn: 354634 --- llvm/lib/Target/AMDGPU/SIProgramInfo.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'llvm/lib/Target/AMDGPU/SIProgramInfo.h') diff --git a/llvm/lib/Target/AMDGPU/SIProgramInfo.h b/llvm/lib/Target/AMDGPU/SIProgramInfo.h index 279067baf6c..0b475919e6d 100644 --- a/llvm/lib/Target/AMDGPU/SIProgramInfo.h +++ b/llvm/lib/Target/AMDGPU/SIProgramInfo.h @@ -49,18 +49,6 @@ struct SIProgramInfo { // Number of VGPRs that meets number of waves per execution unit request. uint32_t NumVGPRsForWavesPerEU = 0; - // Fixed SGPR number used to hold wave scratch offset for entire kernel - // execution, or std::numeric_limits::max() if the register is not - // used or not known. - uint16_t DebuggerWavefrontPrivateSegmentOffsetSGPR = - std::numeric_limits::max(); - - // Fixed SGPR number of the first 4 SGPRs used to hold scratch V# for entire - // kernel execution, or std::numeric_limits::max() if the register - // is not used or not known. - uint16_t DebuggerPrivateSegmentBufferSGPR = - std::numeric_limits::max(); - // Whether there is recursion, dynamic allocas, indirect calls or some other // reason there may be statically unknown stack usage. bool DynamicCallStack = false; -- cgit v1.2.3