[llvm] [AMDGPU] Remove s_delay_alu for VALU->SGPR->SALU (PR #127212)

Mirko BrkuĊĦanin via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 08:58:35 PST 2025


================
@@ -14,8 +14,13 @@
 #include "AMDGPU.h"
 #include "GCNSubtarget.h"
 #include "MCTargetDesc/AMDGPUMCTargetDesc.h"
+#include "SIDefines.h"
 #include "SIInstrInfo.h"
+#include "Utils/AMDGPUBaseInfo.h"
 #include "llvm/ADT/SetVector.h"
+#include "llvm/CodeGen/MachineInstr.h"
+#include "llvm/MC/MCRegister.h"
+#include "llvm/Support/ErrorHandling.h"
----------------
mbrkusanin wrote:

New #includes are either included through other ones or unnecessary.

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


More information about the llvm-commits mailing list