[llvm-branch-commits] [llvm] [AMDGPU] Apply occupancy-aware register allocation anti-hints (PR #218074)

Janek van Oirschot via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 24 08:57:54 PDT 2026


================
@@ -11,18 +11,23 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "SIRegisterInfo.h"
----------------
JanekvO wrote:

Why is this moved? I would've assumed that the formatter would complain about this since it's not alphabetical anymore(?)

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


More information about the llvm-branch-commits mailing list