[llvm] AMDGPU/NewPM: Port SIFoldOperands to new pass manager (PR #105801)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 06:13:30 PDT 2024
================
@@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//
//
+#include "SIFoldOperands.h"
#include "AMDGPU.h"
#include "GCNSubtarget.h"
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
----------------
arsenm wrote:
Yes the owning header should be first
https://github.com/llvm/llvm-project/pull/105801
More information about the llvm-commits
mailing list