[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
================
@@ -614,7 +679,11 @@ class SIMachineFunctionInfo final : public AMDGPUMachineFunctionInfo,
// load/store is enabled.
IndexedMap<uint32_t, VGPRBlock2IndexFunctor> MaskForVGPRBlockOps;
-private:
+ DenseMap<const MachineInstr *, MFMASmallGemmSingleWaveCache>
----------------
arsenm wrote:
This needs documentation. It's also kind of terrible that there's an instruction pointer here
https://github.com/llvm/llvm-project/pull/137549
More information about the llvm-commits
mailing list