[PATCH] D127383: Don't treat readnone call in presplit coroutine as not access memory

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 22:32:43 PDT 2022


ChuanqiXu updated this revision to Diff 440857.
ChuanqiXu added a comment.
Herald added a subscriber: jdoerfert.

Address comments:

- Add description in LangRef.rst and Coroutines.rst


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

https://reviews.llvm.org/D127383

Files:
  llvm/docs/Coroutines.rst
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/InstrTypes.h
  llvm/lib/Analysis/BasicAliasAnalysis.cpp
  llvm/lib/Analysis/GlobalsModRef.cpp
  llvm/test/Transforms/Coroutines/coro-readnone-01.ll
  llvm/test/Transforms/Coroutines/coro-readnone-02.ll
  llvm/unittests/Analysis/AliasAnalysisTest.cpp
  llvm/unittests/Analysis/GlobalsModRefTest.cpp
  llvm/unittests/IR/InstructionsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127383.440857.patch
Type: text/x-patch
Size: 15803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220629/d651fa46/attachment.bin>


More information about the llvm-commits mailing list