[llvm] [Coro] Amortize debug info processing cost in CoroSplit (PR #109032)
Artem Pianykh via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 31 04:12:18 PDT 2024
================
@@ -205,6 +205,11 @@ void CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc,
const char *NameSuffix = "",
ClonedCodeInfo *CodeInfo = nullptr);
+/// Process debug information from function's subprogram attachment.
+DISubprogram *ProcessSubprogramAttachment(const Function &F,
----------------
artempyanykh wrote:
> Just wondering if you needed help merging the open PRs. I've merged the first two for you.
Thank you @felipepiovezan, appreciate the help! I also emailed Chris and got the commit rights.
I'll go ahead and extract the next PR.
https://github.com/llvm/llvm-project/pull/109032
More information about the llvm-commits
mailing list