[PATCH] D43242: [Coroutines] PR34897: Fix incorrect elisions

Brian Gesiak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 7 09:46:27 PDT 2018


modocache updated this revision to Diff 145491.
modocache edited the summary of this revision.
modocache added a comment.

Sorry it took me a while to get around to this, but I think this new approach fits more along the lines of what you were thinking, @GorNishanov. I also confirmed that it optimizes the program you linked to just as well as before.


Repository:
  rL LLVM

https://reviews.llvm.org/D43242

Files:
  lib/Transforms/Coroutines/CoroElide.cpp
  test/Transforms/Coroutines/coro-heap-elide.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43242.145491.patch
Type: text/x-patch
Size: 5538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180507/dd10cf3b/attachment.bin>


More information about the llvm-commits mailing list