[PATCH] D14806: MachineScheduler: Add a target hook for deciding which RegPressure sets to increase
Andrew Trick via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 29 23:34:23 PST 2015
atrick accepted this revision.
atrick added a comment.
This revision is now accepted and ready to land.
This seems like a reasonable TRI hook. Generally I expect specialized targets to plugin there own MachineSchedStrategy, but I'm ok with this as long as it doesn't hurt compile time (I wouldn't expect it to).
http://reviews.llvm.org/D14806
More information about the llvm-commits
mailing list