[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:44 PDT 2020
    
    
  
junparser added a comment.
@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.
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