[PATCH] D104184: [Coroutine] Properly deal with byval and noalias parameters

Xun Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 17 09:21:17 PDT 2021


lxfind updated this revision to Diff 352756.
lxfind added a comment.

Add test case for noalias argument


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104184

Files:
  llvm/lib/Transforms/Coroutines/CoroEarly.cpp
  llvm/lib/Transforms/Coroutines/CoroFrame.cpp
  llvm/test/Transforms/Coroutines/coro-byval-param.ll
  llvm/test/Transforms/Coroutines/coro-noalias-param.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104184.352756.patch
Type: text/x-patch
Size: 12876 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210617/9497a1e0/attachment.bin>


More information about the llvm-commits mailing list