[llvm] [AMDGPU]: Rewrite mbcnt_lo/mbcnt_hi to work item ID where applicable (PR #160496)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 24 06:35:14 PDT 2025


================
@@ -15,6 +15,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "AMDGPUInstrInfo.h"
+#include "AMDGPUSubtarget.h"
----------------
jayfoad wrote:

You don't need this. It's implied by GCNSubtarget.h.

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


More information about the llvm-commits mailing list