[llvm-branch-commits] [llvm] [AMDGPU] Fix inconsistencies in RP tracking `advance`/`reset` behavior (PR #196099)

Lucas Ramirez via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri May 8 08:10:30 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: "
----------------
lucas-rami wrote:

Thanks for the catch, yes this is a spurious whole file clang-format :)

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


More information about the llvm-branch-commits mailing list