[PATCH] D122375: [CoroSplit] Handle argument being the frame pointer

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 02:42:39 PDT 2022


ChuanqiXu added a comment.

I am not familiar with retcon coroutines and opaque pointers. But I am surprised for the sentence `If the frame pointer is an argument of the original pointer (which happens with opaque pointers)`. May I ask where we would make it possible to make the FramePtr to be the argument of  the original function with opaque pointers?


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

https://reviews.llvm.org/D122375



More information about the llvm-commits mailing list