[llvm] AMDGPU/NewPM: Port SIFoldOperands to new pass manager (PR #105801)

Akshat Oke via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 04:06:19 PDT 2024


================
@@ -8,6 +8,7 @@
 //===----------------------------------------------------------------------===//
 //
 
+#include "SIFoldOperands.h"
 #include "AMDGPU.h"
 #include "GCNSubtarget.h"
 #include "MCTargetDesc/AMDGPUMCTargetDesc.h"
----------------
Akshat-Oke wrote:

Seems like clang-format keeps the corresponding header include at the top

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


More information about the llvm-commits mailing list