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

Andrew Trick via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 12:51:28 PST 2016


atrick added a comment.

Yeah. I'm saying that the hook *should* be specific to the old postRA scheduler. Each scheduler should have it's own capability for mutating the DAG. They can all share the ScheduleDAGMutation interface to allow reuse.


Repository:
  rL LLVM

http://reviews.llvm.org/D17868





More information about the llvm-commits mailing list