[PATCH] D66230: [coroutine] Fixes "cannot move instruction since its users are not dominated by CoroBegin" problem.

John McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 21:40:30 PDT 2019


rjmccall added a comment.

Seems reasonable to me.  If we're no longer imposing any *restrictions* for `@llvm.coro.begin`, is it serving any real purpose?  Is it just a way of getting a handle to the coroutine frame?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D66230





More information about the llvm-commits mailing list