[PATCH] D11538: Move the Target way of overriding DAG Scheduler to a target hook

Andrew Trick atrick at apple.com
Mon Jul 27 15:43:14 PDT 2015


atrick added a comment.

Thanks for fixing this. I don't know why it was written the way it was. Do you need to add a subtarget hook here though? The idea of this code is for the command line to override the target prefs. There's already a get/seSchedulingPreference hook in TargetLowering that comes into play when the default command line option is used.


http://reviews.llvm.org/D11538







More information about the llvm-commits mailing list