[llvm] [AMDGPU] Add stalls for DS FIFO buffer (PR #192323)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 19:00:02 PDT 2026


================
@@ -211,9 +253,12 @@ class HardwareUnitInfo {
   void reset() {
     AllSUs.clear();
     PrioritySUs.clear();
+    ScheduledSUs.clear();
     TotalCycles = 0;
     Type = AMDGPU::InstructionFlavor::Other;
     ProducesCoexecWindow = false;
+    BufferSize = 0;
----------------
shiltian wrote:

Are we going to reuse _this_ HW unit for other purpose? If not, do we really need to reset this two?

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


More information about the llvm-commits mailing list