[PATCH] D30744: Improve machine schedulers for in-order processors
Andrew Trick via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 17 08:31:50 PDT 2017
atrick added a comment.
I think a SingleIssue flag would be a good user option. Representing such a flag in the tables generated by the machine model (MCSchedClassDesc) would be redundant. Either begin/endgroup already does the same thing, or it's a bug that should be fixed.
https://reviews.llvm.org/D30744
More information about the llvm-commits
mailing list