[PATCH] D122383: [Coroutines] [Retcon] Replace CoroBegin with FramePtr after

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 04:45:15 PDT 2022


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

This tries to fix issue https://github.com/llvm/llvm-project/issues/54523 by repalcing CoroBegin with FramePtr later in splitRetconCoroutine.


https://reviews.llvm.org/D122383

Files:
  llvm/lib/Transforms/Coroutines/CoroSplit.cpp
  llvm/test/Transforms/Coroutines/coro-retcon-alloca-opaque-ptr.ll
  llvm/test/Transforms/Coroutines/coro-retcon-resume-values.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122383.417882.patch
Type: text/x-patch
Size: 6938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220324/987625ae/attachment.bin>


More information about the llvm-commits mailing list