[llvm] [RemoveDIs] Update Coroutine passes to handle DPValues (PR #74480)
Felipe de Azevedo Piovezan via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 5 10:49:25 PST 2023
================
@@ -33,6 +33,10 @@ void replaceCoroFree(CoroIdInst *CoroId, bool Elide);
void salvageDebugInfo(
SmallDenseMap<Argument *, AllocaInst *, 4> &ArgToAllocaMap,
DbgVariableIntrinsic *DVI, bool OptimizeFrame, bool IsEntryPoint);
+/// See overload.
----------------
felipepiovezan wrote:
I'm not sure I understand what this comment is trying to accomplish, I'd suggest removing it or writing something about the "DPValue" bit
https://github.com/llvm/llvm-project/pull/74480
More information about the llvm-commits
mailing list