[PATCH] D100282: [Coroutines] Set presplit attribute in Clang instead of CoroEarly pass

Yuanfang Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 13 19:21:36 PDT 2021


ychen added a comment.

I think the setting is in CoroEarly from the beginning is that it is an implementation detail? Clients should only worry about coroutine shape.  Maybe we could set `noinline` in frontends to express the intent and remove it in coroearly/corosplit?


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