[llvm-branch-commits] [llvm] [AMDGPU] Add stalls for DS FIFO buffer (PR #192323)
Lucas Ramirez via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 21 08:49:45 PDT 2026
================
@@ -233,6 +264,11 @@ class HardwareUnitInfo {
/// and reducing its \p BlockingCycles from the TotalCycles. This maintains
/// the list of PrioritySUs.
void markScheduled(SUnit *SU, unsigned BlockingCycles);
+ /// After we've collected all the region pressure for this HWUI, correct for
+ /// any specifics of the behavior of this resource. For example, if we the
----------------
lucas-rami wrote:
```suggestion
/// any specifics of the behavior of this resource. For example, if the
```
https://github.com/llvm/llvm-project/pull/192323
More information about the llvm-branch-commits
mailing list