[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
Wed Jul 20 02:04:38 PDT 2022
ChuanqiXu reopened this revision.
ChuanqiXu added a comment.
This revision is now accepted and ready to land.
I met 2 crashes after landing the patch. From my point of view, the problems of the 2 crashes lives somewhere else. I sent 2 draft fixes D130153 <https://reviews.llvm.org/D130153> and D130155 <https://reviews.llvm.org/D130155> to fix these 2 crashes. But I am not sure if these 2 fixes are good and I reverted this one to avoid disturbing any one else.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127383/new/
https://reviews.llvm.org/D127383
More information about the llvm-commits
mailing list