[PATCH] D120988: [CoroElide] Remove fallback for frame layout determination
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 7 02:21:05 PST 2022
nikic added a comment.
In D120988#3362716 <https://reviews.llvm.org/D120988#3362716>, @ChuanqiXu wrote:
> 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)
Thanks for pointing that out, I've updated the description. Apparently there already is a test for the emitted attributes in coro-debug.ll and a couple other test files as well.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120988/new/
https://reviews.llvm.org/D120988
More information about the llvm-commits
mailing list