[PATCH] D68207: WIP: [IR] Remove the DIFlagArgumentNotModified debug info flag

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 05:14:22 PDT 2019


djtodoro created this revision.
djtodoro added a project: debug-info.
Herald added subscribers: llvm-commits, atanasyan, hiraditya, sdardis.
Herald added a project: LLVM.
djtodoro added a comment.

This was controlled by the experimental entry values option, so I guess we don't need to support for metadata upgrade.


The IR part for D68206 <https://reviews.llvm.org/D68206>.


https://reviews.llvm.org/D68207

Files:
  llvm/bindings/go/llvm/dibuilder.go
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/DebugInfoFlags.def
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/lib/CodeGen/LiveDebugValues.cpp
  llvm/test/Assembler/debug-info.ll
  llvm/test/DebugInfo/MIR/Hexagon/live-debug-values-bundled-entry-values.mir
  llvm/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir
  llvm/test/DebugInfo/MIR/X86/avoid-single-entry-value-location.mir
  llvm/test/DebugInfo/MIR/X86/dbgcall-site-interpretation.mir
  llvm/test/DebugInfo/MIR/X86/dbginfo-entryvals.mir
  llvm/test/DebugInfo/MIR/X86/debug-call-site-param.mir
  llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir
  llvm/test/DebugInfo/Mips/entry-value-non-empty-expr.ll
  llvm/test/tools/llvm-dwarfdump/X86/locstats.ll
  llvm/test/tools/llvm-dwarfdump/X86/stats-dbg-callsite-info.ll
  llvm/test/tools/llvm-dwarfdump/X86/valid-call-site-GNU-extensions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68207.222390.patch
Type: text/x-patch
Size: 17402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190930/029a72a8/attachment.bin>


More information about the llvm-commits mailing list