[PATCH] D47673: [Coroutines] Less IR for noexcept await_resume

Brian Gesiak via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 23 11:39:31 PDT 2018


modocache updated this revision to Diff 152599.
modocache added a comment.

Great, thanks @GorNishanov! I moved the 'can throw' logic into a function called 'memberCallExpressionCanThrow', to convey that some dyn_cast'ing is going on.


Repository:
  rC Clang

https://reviews.llvm.org/D47673

Files:
  lib/CodeGen/CGCoroutine.cpp
  test/CodeGenCoroutines/coro-await-resume-eh.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47673.152599.patch
Type: text/x-patch
Size: 5780 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180623/1f6ec594/attachment.bin>


More information about the cfe-commits mailing list