[PATCH] D44369: [SelectionDAG] Improve handling of dangling debug info

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 10:29:22 PDT 2018


bjope updated this revision to Diff 138051.
bjope added a comment.

Thanks Adrian!
Updated the patch according to suggestions:

- Moved doxygen comments for dropDanglingDebugInfo
- Early exit in resolveDanglingDebugInfo
- Moved fragmentCmp/fragmentsOverlap from DebugHandlerBase to DIExpression


Repository:
  rL LLVM

https://reviews.llvm.org/D44369

Files:
  include/llvm/IR/DebugInfoMetadata.h
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  lib/CodeGen/AsmPrinter/DebugHandlerBase.h
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  test/DebugInfo/X86/dbg-value-inlined-parameter.ll
  test/DebugInfo/X86/sdag-dangling-dbgvalue.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44369.138051.patch
Type: text/x-patch
Size: 23401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180312/d73bd8ec/attachment.bin>


More information about the llvm-commits mailing list