[PATCH] D71900: [Coroutines][3/6] New pass manager: coro-elide

Brian Gesiak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 1 19:13:31 PST 2020


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

As per one of the review comments on D71899 <https://reviews.llvm.org/D71899>, I split out the trivial parts of this patch, such as the 'legacy' pass renaming, and committed them separately. Here's an updated version of this patch without those 'NFC' changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71900

Files:
  llvm/include/llvm/Transforms/Coroutines/CoroElide.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Coroutines/CoroElide.cpp
  llvm/test/Transforms/Coroutines/coro-elide.ll
  llvm/test/Transforms/Coroutines/coro-heap-elide.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71900.235812.patch
Type: text/x-patch
Size: 7346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200102/cd023dbb/attachment.bin>


More information about the llvm-commits mailing list