[PATCH] D82314: [Coroutines] Optimize the lifespan of temporary co_await object

JunMa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 00:29:45 PDT 2020


junparser added a comment.

In D82314#2124661 <https://reviews.llvm.org/D82314#2124661>, @junparser wrote:

> @lxfind This patch causes some mismatch when variable is used in both resume and destroy function. Besides, we should move this patch and the check in buildCoroutineFrame.


@lxfind, Would you try to fix this? If you do not have time, then I'll try do this. Thanks


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82314





More information about the llvm-commits mailing list