[PATCH] D75050: [DebugInfo][NFC] Move out lambdas from collectCallSiteParameters()
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 07:17:39 PST 2020
dstenb created this revision.
dstenb added a reviewer: djtodoro.
dstenb added a project: debug-info.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
dstenb added a child revision: D75036: [DebugInfo] Describe call site values for chains of expression producing instrs.
This is a preparatory patch for D75036 <https://reviews.llvm.org/D75036>, in which a debug expression is
associated with each parameter register in the worklist. In that patch
the two lambda functions addToWorklist() and finishCallSiteParams() grow
a bit, so move those out to separate functions. This patch also prepares
for each parameter register having their own expression moving the
creation of the DbgValueLoc into finishCallSiteParams().
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75050
Files:
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75050.246199.patch
Type: text/x-patch
Size: 6448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200224/fc27a74e/attachment.bin>
More information about the llvm-commits
mailing list