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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 10 20:06:30 PDT 2025


================
@@ -2099,58 +2088,56 @@ bool MFMASmallGemmSingleWaveOpt::applyIGLPStrategy(
     }
   }
 
-  if (IsInitial) {
----------------
arsenm wrote:

This is now repeating the same analysis more times over each scheduling region?

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


More information about the llvm-commits mailing list