[PATCH] D156835: CoroFrame: Rework SuspendCrossingInfo analysis
witstorm via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 4 22:26:49 PDT 2023
witstorm95 added a comment.
The re-visit order still importance. I mean it need to keep RPOs order too. So we can use `priority queue` to replace `deque`, then the previous problem can be solved.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156835/new/
https://reviews.llvm.org/D156835
More information about the llvm-commits
mailing list