[PATCH] D46243: Move Schedule class to header file for allowing inheritance

Andrew Trick via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 13 19:42:13 PDT 2018


atrick added a comment.

ScheduleDAGMI is defined in MachineScheduler.h. Maybe there's some other reason the API should take ScheduleDAG, but I'm not aware of it. I think that base class is only to share implementation across SelectionDAG and MI scheduling.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46243





More information about the llvm-commits mailing list