[PATCH] D100282: [Coroutines] Move CoroEarly pass to before AlwaysInliner

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 11 22:20:48 PDT 2021


rjmccall added a comment.

Why does this pass even exist?  We should just expect the frontend to set the attribute.  It's not like frontends don't have to otherwise know that they're emitting a coroutine; a ton of things about the expected entire IR pattern are different.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100282



More information about the cfe-commits mailing list