[PATCH] D82545: [Debugify] Make the debugify aware of the original (-g) Debug Info

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 05:23:23 PDT 2020


djtodoro updated this revision to Diff 274430.
djtodoro added a comment.

- Fix an assertion
- Define the debugify DEBUG_TYPE macro


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

https://reviews.llvm.org/D82545

Files:
  llvm/docs/HowToUpdateDebugInfo.rst
  llvm/include/llvm/Transforms/Utils/Debugify.h
  llvm/lib/Transforms/Utils/Debugify.cpp
  llvm/test/DebugInfo/check-debugify-preserves-analyses.ll
  llvm/test/DebugInfo/debugify-each-original-dbginfo.ll
  llvm/test/DebugInfo/debugify-each.ll
  llvm/test/DebugInfo/debugify-export.ll
  llvm/test/DebugInfo/debugify-original-dbginfo.ll
  llvm/test/DebugInfo/debugify-original-no-dbg-info.ll
  llvm/test/DebugInfo/debugify.ll
  llvm/test/DebugInfo/pr37964.ll
  llvm/test/Transforms/CodeGenPrepare/AArch64/overflow-intrinsics.ll
  llvm/test/Transforms/CodeGenPrepare/SPARC/overflow-intrinsics.ll
  llvm/test/Transforms/CodeGenPrepare/X86/overflow-intrinsics.ll
  llvm/test/Transforms/CodeGenPrepare/X86/vec-shift.ll
  llvm/test/Transforms/CorrelatedValuePropagation/ashr.ll
  llvm/test/Transforms/CorrelatedValuePropagation/overflows.ll
  llvm/test/Transforms/CorrelatedValuePropagation/sext.ll
  llvm/test/Transforms/CorrelatedValuePropagation/udiv.ll
  llvm/test/Transforms/InstCombine/call-guard.ll
  llvm/test/Transforms/InstCombine/double-float-shrink-2.ll
  llvm/test/Transforms/InstCombine/malloc-free-delete-dbginvar.ll
  llvm/test/Transforms/InstCombine/musttail-thunk.ll
  llvm/test/Transforms/SCCP/ipsccp-basic.ll
  llvm/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82545.274430.patch
Type: text/x-patch
Size: 57537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200630/fa8ee974/attachment-0001.bin>


More information about the llvm-commits mailing list