[PATCH] D75345: [Coroutines][new pass manager] Move CoroElide pass to right position

JunMa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 20:07:59 PST 2020


junparser added a comment.

In D75345#1899012 <https://reviews.llvm.org/D75345#1899012>, @wenlei wrote:

> Thanks for the patch, @junparser! Curious how did you notice this - was it causing performance regression for your workload?


yep, Since the coroutine flow of our wrokloads are to sensitive to time and memory usage, we have a statistical system


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75345/new/

https://reviews.llvm.org/D75345





More information about the llvm-commits mailing list