[PATCH] D70121: [DebugInfo][LDV] Teach LDV how to identify source variables and handle fragments

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 08:06:15 PST 2019


Orlando updated this revision to Diff 233802.
Orlando marked 5 inline comments as done.
Orlando added a comment.

Hi, sorry for the slow update.

The classes `DbgValueLocation` (line 144), `Fragment` (line 172), and `SourceVariable` (line 356) all have new doxygen comments.

+ Rebase
+ Address reviewer comments

Thanks,
Orlando


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70121/new/

https://reviews.llvm.org/D70121

Files:
  debuginfo-tests/dexter-tests/coalesce_dbg_values.cpp
  llvm/lib/CodeGen/LiveDebugVariables.cpp
  llvm/test/DebugInfo/ARM/PR26163.ll
  llvm/test/DebugInfo/MIR/X86/live-debug-vars-unused-arg-debugonly.mir
  llvm/test/DebugInfo/X86/dbg-addr-dse.ll
  llvm/test/DebugInfo/X86/live-debug-vars-dse.mir
  llvm/test/DebugInfo/pr41992.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70121.233802.patch
Type: text/x-patch
Size: 45861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191213/1966b9a2/attachment-0001.bin>


More information about the llvm-commits mailing list