[PATCH] D85279: [Coroutines] Use `Value::stripPointerCasts` to collect lifetime marker of `alloca` in CoroFrame

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 19:09:48 PDT 2020


ChuanqiXu updated this revision to Diff 283472.
ChuanqiXu added a comment.

Create `BitCastInst` directly instead of using IRBuilder


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

https://reviews.llvm.org/D85279

Files:
  llvm/lib/Transforms/Coroutines/CoroFrame.cpp
  llvm/test/Transforms/Coroutines/coro-split-sink-lifetime-03.ll
  llvm/test/Transforms/Coroutines/coro-split-sink-lifetime-04.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85279.283472.patch
Type: text/x-patch
Size: 11182 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200806/fecbc0e2/attachment.bin>


More information about the llvm-commits mailing list