[llvm] Reland "CodeGen][NewPM] Port MachineScheduler to NPM. (#125703)" (PR #126684)

Akshat Oke via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 02:28:12 PST 2025


================
@@ -98,6 +98,10 @@
 #include <vector>
 
 namespace llvm {
+namespace impl_detail {
+class MachineSchedulerImpl;
+class PostMachineSchedulerImpl;
+} // namespace impl_detail
----------------
optimisan wrote:

Yes

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


More information about the llvm-commits mailing list