Some target might try to subclass the PostGenericScheduler to custom the scheduling strategy. We need to declare the member data of PostGenericScheduler as "protected", which acts the same as "GenericScheduler".
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, given we already do the same for GenericScheduler. Please wait a bit with committing, in case there are additional concerns.
Comment Actions
I'd probably prefer something around giving targets an interface rather than this... but that's a lot more work :)