[llvm] [AMDGPU] Remove s_delay_alu for VALU->SGPR->SALU (PR #127212)
Nicolai Hähnle via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 11:03:45 PDT 2025
================
@@ -14,9 +14,9 @@
#include "AMDGPU.h"
#include "GCNSubtarget.h"
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
+#include "SIDefines.h"
#include "SIInstrInfo.h"
#include "llvm/ADT/SetVector.h"
-
----------------
nhaehnle wrote:
Keep an empty line between #includes and the rest.
https://github.com/llvm/llvm-project/pull/127212
More information about the llvm-commits
mailing list