[PATCH] D81023: CoroSplit: Fix coroutine splitting for retcon and retcon once

Arnold Schwaighofer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 2 14:19:36 PDT 2020


aschwaighofer added inline comments.


================
Comment at: llvm/lib/Transforms/Coroutines/CoroFrame.cpp:1542
+              return dom.dominates(a, b);
+            });
+
----------------
rjmccall wrote:
> This can use `array_pod_sort`, I think.
array_pod_sort does not do closures that capture stuff.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81023





More information about the llvm-commits mailing list