[PATCH] D75036: [DebugInfo] Describe call site values for chains of expression producing instrs
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 02:42:52 PST 2020
dstenb marked an inline comment as done.
dstenb added inline comments.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:649
+ /// debug expression.
+ auto finishCallSiteParams = [&](auto Val, const DIExpression *Expr,
+ ArrayRef<FwdRegParamInfo> DescribedParams) {
----------------
Perhaps this lambda and `addToWorklist` should be separate functions now that they have grown quite a bit?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75036/new/
https://reviews.llvm.org/D75036
More information about the llvm-commits
mailing list