[PATCH] D120988: [CoroElide] Remove fallback for frame layout determination

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 6 18:20:00 PST 2022


ChuanqiXu accepted this revision.
ChuanqiXu added a comment.
This revision is now accepted and ready to land.

nit in the summary: the `dereferenceable` attribute is added in middle-end since `*.resume` function is generated in middle-end (CoroSplit pass). Maybe we need a test for it (check `dereferenceable` attribute for `*.resume` function)


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

https://reviews.llvm.org/D120988



More information about the llvm-commits mailing list