Skip to content

Commit ffbb962

Browse files
committed
Remove another accidental mention of VGPRThreshold
Change-Id: I4a99d3a729a6927d63a7c4fb939fc3a32cde74e0
1 parent 315e64f commit ffbb962

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/AMDGPU/GCNRegPressure.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ struct GCNRegPressure {
6363
unsigned NumAGPRs,
6464
unsigned NumAVGPRs) {
6565

66-
// Until we hit the VGPRThreshold, we will assign AV as VGPR. After that
67-
// point, we will assign as AGPR.
66+
// Assume AVGPRs will be assigned as VGPRs.
6867
return alignTo(NumArchVGPRs + NumAVGPRs,
6968
AMDGPU::IsaInfo::getArchVGPRAllocGranule()) +
7069
NumAGPRs;

0 commit comments

Comments
 (0)