[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 22:41:18 PDT 2023


ChuanqiXu added a comment.

Sorry. I still can't understand the algorithm yet. e.g., why is it sufficient to iterate the graph 3 times? How do we identity loops in the algorithm? Could you elaborate it in the code?


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