[PATCH] D71901: [Coroutines][4/6] New pass manager: coro-cleanup

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 235813.
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/D71901/new/

https://reviews.llvm.org/D71901

Files:
  llvm/include/llvm/Transforms/Coroutines/CoroCleanup.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Coroutines/CoroCleanup.cpp
  llvm/test/Transforms/Coroutines/coro-cleanup-lowering.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71901.235813.patch
Type: text/x-patch
Size: 5861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200102/3dbd2c1b/attachment.bin>


More information about the llvm-commits mailing list