[llvm] [AMDGPU] Register allocation anti-hints to reduce MFMA hazard NOPs (PR #156943)

Syadus Sefat via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 7 18:55:11 PDT 2025


================
@@ -29,6 +30,7 @@ class LiveRegMatrix;
 
 class LLVM_LIBRARY_VISIBILITY AllocationOrder {
   const SmallVector<MCPhysReg, 16> Hints;
+  SmallVector<MCPhysReg, 16> FilteredOrderStorage;
----------------
mssefat wrote:

Fixed it. Please check.

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


More information about the llvm-commits mailing list