[llvm] [Coro] Amortize debug info processing cost in CoroSplit (PR #109032)

Felipe de Azevedo Piovezan via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 13:26:00 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,
----------------
felipepiovezan wrote:

Sorry for the delay, the LLVM dev conference happened last week and we were mostly out.

> No, not sure what the process for this is. Why?

Just wondering if you needed help merging the open PRs. I've merged the first two for you.
The process for getting commit access is described here: https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access
If you don't want to do that, you can always let the reviewers know you need someone to press the merge button for you

https://github.com/llvm/llvm-project/pull/109032


More information about the llvm-commits mailing list