[llvm] Reland "CodeGen][NewPM] Port MachineScheduler to NPM. (#125703)" (PR #126684)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 04:49:26 PST 2025
================
@@ -98,6 +98,10 @@
#include <vector>
namespace llvm {
+namespace impl_detail {
+class MachineSchedulerImpl;
+class PostMachineSchedulerImpl;
+} // namespace impl_detail
----------------
arsenm wrote:
I don't think these should need to be exposed in the header
https://github.com/llvm/llvm-project/pull/126684
More information about the llvm-commits
mailing list