Skip to content

Commit d6c7410

Browse files
authored
AMDGPU: Remove an outdated TODO (#96446)
We have a fixed calling convention for stack pointer and frame pointer, we shouldn't try to shift anything around.
1 parent eb12d9b commit d6c7410

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ SIMachineFunctionInfo::SIMachineFunctionInfo(const Function &F,
8383
if (CC != CallingConv::AMDGPU_Gfx)
8484
ArgInfo = AMDGPUArgumentUsageInfo::FixedABIFunctionInfo;
8585

86-
// TODO: Pick a high register, and shift down, similar to a kernel.
8786
FrameOffsetReg = AMDGPU::SGPR33;
8887
StackPtrOffsetReg = AMDGPU::SGPR32;
8988

0 commit comments

Comments
 (0)