[PATCH] D127383: Don't treat readnone call in presplit coroutine as not access memory
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 18 07:14:52 PDT 2022
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM, but please wait a day in case there are more comments.
================
Comment at: llvm/lib/Analysis/BasicAliasAnalysis.cpp:771
+ //
+ // If the call lives in a presplit coroutine, the readnone, writelonly,
+ // inaccessiblememonly and inaccessiblemem_or_argmemonly attribute from the
----------------
writelonly -> writeonly
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127383/new/
https://reviews.llvm.org/D127383
More information about the llvm-commits
mailing list