[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 22:51:01 PST 2025
================
@@ -98,6 +98,10 @@
#include <vector>
namespace llvm {
+namespace impl_detail {
+class MachineSchedulerImpl;
+class PostMachineSchedulerImpl;
+} // namespace impl_detail
----------------
arsenm wrote:
So we can drop this after the analysis change is made?
https://github.com/llvm/llvm-project/pull/126684
More information about the llvm-commits
mailing list