[libclc] [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:36 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 cfe-commits
mailing list