We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041a72d commit 1d41952Copy full SHA for 1d41952
llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
@@ -1086,7 +1086,7 @@ bool AVGPRRewriteScheduleStage::initGCNSchedStage() {
1086
// either VGPR or AGPR. However, for the unified RF case, we should only be
1087
// using AGPR if strictly necessary. That is, if the required number of VGPRs
1088
// exceeds the addressable limit. Otherwise, we should be stricly using VGPRs
1089
- // to minimize cross RC copies. Thus, if we are underc this limit, we should
+ // to minimize cross RC copies. Thus, if we are under this limit, we should
1090
// constrain AVReg- > VReg.
1091
// TODO: AVReg constraining for non unified case.
1092
if (!ST.hasGFX90AInsts() || DAG.RegionsWithAVRegs.empty() ||
0 commit comments