[PATCH] D104184: [Coroutine] Properly deal with byval and noalias parameters
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 14 19:41:43 PDT 2021
ChuanqiXu added a comment.
In D104184#2815730 <https://reviews.llvm.org/D104184#2815730>, @lxfind wrote:
> I just realized that this is now getting very similar to D101980 <https://reviews.llvm.org/D101980>, and we are facing the same problem of not always be able to tell whether a param is byval in the midend. Let me continue the discussion on the BasicAA patch.
Yeah, there is an example @rjmccall given: https://godbolt.org
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104184/new/
https://reviews.llvm.org/D104184
More information about the llvm-commits
mailing list