[PATCH] D108122: FunctionAttrs: do not mark coroutines with odd return path `noreturn`

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 3 03:17:48 PDT 2021


nikic added reviewers: efriedma, fhahn, jdoerfert.
nikic added a comment.

Looks to me like llvm.coro.end semantics are broken and either need to be changed by making the control flow explicit in IR, or we need additional attributes to specify this behavior in some well-defined fashion.


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

https://reviews.llvm.org/D108122



More information about the llvm-commits mailing list