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

Jeffrey Byrnes via flang-commits flang-commits at lists.llvm.org
Fri Oct 20 13:24:31 PDT 2023


================
@@ -894,10 +894,22 @@ void GCNSchedStage::setupNewBlock() {
 
 void GCNSchedStage::finalizeGCNRegion() {
   DAG.Regions[RegionIdx] = std::pair(DAG.RegionBegin, DAG.RegionEnd);
-  DAG.RescheduleRegions[RegionIdx] = false;
----------------
jrbyrnes wrote:

Why was this removed?

https://github.com/llvm/llvm-project/pull/68004


More information about the flang-commits mailing list