[llvm] [AMDGPU] Poison invalid globals after emitting error in LowerBufferFatPointers pass (PR #184662)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 11:07:42 PST 2026


================
@@ -223,6 +223,7 @@
 #include "GCNSubtarget.h"
 #include "SIDefines.h"
 #include "llvm/ADT/SetOperations.h"
+#include "llvm/ADT/STLExtras.h"
----------------
arsenm wrote:

Don't need the include? 

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


More information about the llvm-commits mailing list