https://github.com/TylerNowicki approved this pull request.
https://github.com/llvm/llvm-project/pull/118628
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
TylerNowicki wrote:
LGTM
https://github.com/llvm/llvm-project/pull/118628
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
TylerNowicki wrote:
nit: Perhaps 'Common' is a better word than 'Global'. Global made me think of
global variables but I realized in the patch that is not what you are doing.
Seems you are just creating debug info based on the original function and
sharing that with the continuations / splits?