[PATCH] D129865: [coro async] Fix code to run coro.async.end cleanup like the legacy pass did

Arnold Schwaighofer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 08:39:03 PDT 2022


aschwaighofer created this revision.
aschwaighofer added a reviewer: nate_chandler.
Herald added a subscriber: hiraditya.
Herald added a project: All.
aschwaighofer requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The code executed for the Switch ABI does not change.

rdar://97074714


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129865

Files:
  llvm/lib/Transforms/Coroutines/CoroSplit.cpp
  llvm/test/Transforms/Coroutines/coro-async-end-bug.ll
  llvm/test/Transforms/Coroutines/coro-async.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129865.444996.patch
Type: text/x-patch
Size: 5044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220715/53690a9d/attachment.bin>


More information about the llvm-commits mailing list