[llvm] [AMDGPU] IGLP: Fix static variables (PR #137549)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 08:47:55 PDT 2026


================
@@ -86,6 +88,24 @@ class AMDGPUGWSResourcePseudoSourceValue final : public AMDGPUPseudoSourceValue
   }
 };
 
+struct MFMASmallGemmSingleWaveCache {
+  unsigned DSWCount = 0;
----------------
arsenm wrote:

I'm not sure what "DSW" is supposed to stand for 

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


More information about the llvm-commits mailing list