[all-commits] [llvm/llvm-project] 51fbd1: [Coroutine] Recommit Add statistics for the number...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Wed Jun 30 20:02:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51fbd187066fe4a0ba0deb1beb75106b088edd21
https://github.com/llvm/llvm-project/commit/51fbd187066fe4a0ba0deb1beb75106b088edd21
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroElide.cpp
A llvm/test/Transforms/Coroutines/coro-elide-count.ll
Log Message:
-----------
[Coroutine] Recommit Add statistics for the number of elided coroutine
Now we lack a benchmark to measure the performance change for each
commit.
Since coro elide is the main optimization in coroutine module, I wonder
it may be an estimation to count the number of elided coroutine in
private code bases.
e.g., for a certain commit, if we found that the number of elided goes
down, we could find it before the commit check-in.
Reviewed By: lxfind
Differential Revision: https://reviews.llvm.org/D105095
More information about the All-commits
mailing list