[llvm-branch-commits] [llvm] [AMDGPU] Fix inconsistencies in RP tracking `advance`/`reset` behavior (PR #196099)
Diana Picus via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri May 8 06:07:09 PDT 2026
================
@@ -2025,8 +2030,7 @@ GCNSchedStage::getScheduleMetrics(const std::vector<SUnit> &InputSchedule) {
#ifndef NDEBUG
LLVM_DEBUG(
printScheduleModel(ReadyCyclesSorted);
- dbgs() << "\n\t"
- << "Metric: "
+ dbgs() << "\n\t" << "Metric: "
----------------
rovka wrote:
```suggestion
dbgs() << "\n\tMetric: "
```
https://github.com/llvm/llvm-project/pull/196099
More information about the llvm-branch-commits
mailing list