[PATCH] D33991: Improved throughput calculation

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 03:29:17 PDT 2017


avt77 added a comment.

I'm not sure we need rebase this patch because 2 pre-patches do almost everything I'd like to see here. There is only one last thing: a possibilty to return latency as value of throughput if we don't have any sched model or don't have ResourceCycles in the existing model. But now I think that programmer can do this functionality by himself (if s/he needs it). Am I right? I'm going to abandon this review. OK?


https://reviews.llvm.org/D33991





More information about the llvm-commits mailing list