[PATCH] D154695: [Coroutines] Add an O(n) algorithm for computing the cross suspend point information.

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 9 18:57:27 PDT 2023


ChuanqiXu added a comment.

Thanks for working on this.

While I haven't looked into the details, would you like to give the new algorithm an abstract explanation in the comments? Also I suggested to avoid using names like `IndegreeTmp`, `VisitingTmp` and `Tmp`. It is better to use informative words.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154695



More information about the llvm-commits mailing list