__builtin_coro_begin()

Hi,

I'm looking at the coroutine implementation in clang and llvm and it seems that the frontend currently doesn't add a call to __builtin_coro_begin() and __builtin_coro_id(). Is it the idea that these will be added automatically by the frontend once the coroutine work is complete?

Thanks,
Jacques

.