[PATCH] D130147: [AMDGPU] Start refactoring GCNSchedStrategy

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 00:42:56 PDT 2022


nhaehnle added a comment.

This is a big diff that's kind of difficult to review, but I don't see anything obviously wrong with it and I like the overall direction.



================
Comment at: llvm/lib/Target/AMDGPU/GCNSchedStrategy.h:43
   std::vector<unsigned> Pressure;
+
   std::vector<unsigned> MaxPressure;
----------------
Maybe remove the extra whitespace?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130147/new/

https://reviews.llvm.org/D130147



More information about the llvm-commits mailing list