[lld] [AMDGPU][MachineScheduler] Alternative way to control excess RP. (PR #68004)
    Jeffrey Byrnes via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Oct 20 13:24:36 PDT 2023
    
    
  
================
@@ -702,7 +702,7 @@ bool UnclusteredHighRPStage::initGCNSchedStage() {
   if (!GCNSchedStage::initGCNSchedStage())
     return false;
 
-  if (DAG.RegionsWithHighRP.none() && DAG.RegionsWithExcessRP.none())
+  if (DAG.RegionsWithExcessRP.none())
----------------
jrbyrnes wrote:
What about regions that are close to the critical limit?
https://github.com/llvm/llvm-project/pull/68004
    
    
More information about the llvm-commits
mailing list