[llvm] [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:33 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 llvm-commits
mailing list