[PATCH] D17868: Allow target-specific postprocessing of the schedule DAG

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 11:46:57 PST 2016


kparzysz added a comment.

That would work, but it only applies to MachineScheduler.  For us this would need to be available for any scheduler (including post-RA scheduler and the packetizer).

Could move the interface from ScheduleDAGMI to ScheduleDAGInstrs?


Repository:
  rL LLVM

http://reviews.llvm.org/D17868





More information about the llvm-commits mailing list