[clang] [AMDGPU][MachineScheduler] Alternative way to control excess RP. (PR #68004)

Jeffrey Byrnes via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 20 13:24:31 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 cfe-commits mailing list