[PATCH] D122383: [Coroutines] [Retcon] Replace CoroBegin with FramePtr after
John McCall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 11:56:45 PDT 2022
rjmccall added a comment.
Does that actually fix anything? The problem is that the use-list of the frame pointer is being destroyed in the clones if it happens to be an argument of the ramp function. We have to stop that from happening. I don't see a solution to that other than either changing VMap or introducing an intermediate value so that it isn't just a use of an argument, and the former seems much easier.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122383/new/
https://reviews.llvm.org/D122383
More information about the llvm-commits
mailing list