[PATCH] D35951: Remove the obsolete "offset" parameter from @llvm.dbg.value

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 13:23:48 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL309426: Remove the obsolete offset parameter from @llvm.dbg.value (authored by adrian).

Changed prior to commit:
  https://reviews.llvm.org/D35951?vs=108503&id=108700#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D35951

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/docs/SourceLevelDebugging.rst
  llvm/trunk/include/llvm/IR/DIBuilder.h
  llvm/trunk/include/llvm/IR/IntrinsicInst.h
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/IR/AutoUpgrade.cpp
  llvm/trunk/lib/IR/DIBuilder.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/test/Bitcode/upgrade-dbg-value.ll
  llvm/trunk/test/Bitcode/upgrade-dbg-value.ll.bc
  llvm/trunk/test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll
  llvm/trunk/test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll
  llvm/trunk/test/CodeGen/ARM/2010-08-04-StackVariable.ll
  llvm/trunk/test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
  llvm/trunk/test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
  llvm/trunk/test/CodeGen/ARM/2016-08-24-ARM-LDST-dbginfo-bug.ll
  llvm/trunk/test/CodeGen/ARM/coalesce-dbgvalue.ll
  llvm/trunk/test/CodeGen/ARM/debug-info-arg.ll
  llvm/trunk/test/CodeGen/ARM/debug-info-blocks.ll
  llvm/trunk/test/CodeGen/ARM/debug-info-branch-folding.ll
  llvm/trunk/test/CodeGen/ARM/debug-info-d16-reg.ll
  llvm/trunk/test/CodeGen/ARM/debug-info-qreg.ll
  llvm/trunk/test/CodeGen/ARM/debug-info-s16-reg.ll
  llvm/trunk/test/CodeGen/ARM/debug-info-sreg2.ll
  llvm/trunk/test/DebugInfo/AArch64/cfi-eof-prologue.ll
  llvm/trunk/test/DebugInfo/AArch64/coalescing.ll
  llvm/trunk/test/DebugInfo/AArch64/frameindices.ll
  llvm/trunk/test/DebugInfo/AMDGPU/dbg-value-sched-crash.ll
  llvm/trunk/test/DebugInfo/ARM/PR16736.ll
  llvm/trunk/test/DebugInfo/ARM/PR26163.ll
  llvm/trunk/test/DebugInfo/ARM/cfi-eof-prologue.ll
  llvm/trunk/test/DebugInfo/ARM/float-args.ll
  llvm/trunk/test/DebugInfo/ARM/lowerbdgdeclare_vla.ll
  llvm/trunk/test/DebugInfo/ARM/partial-subreg.ll
  llvm/trunk/test/DebugInfo/ARM/s-super-register.ll
  llvm/trunk/test/DebugInfo/ARM/split-complex.ll
  llvm/trunk/test/DebugInfo/ARM/sroa-complex.ll
  llvm/trunk/test/DebugInfo/COFF/comdat.ll
  llvm/trunk/test/DebugInfo/COFF/fp-stack.ll
  llvm/trunk/test/DebugInfo/COFF/local-constant.ll
  llvm/trunk/test/DebugInfo/COFF/local-variable-gap.ll
  llvm/trunk/test/DebugInfo/COFF/pieces.ll
  llvm/trunk/test/DebugInfo/COFF/register-variables.ll
  llvm/trunk/test/DebugInfo/COFF/types-calling-conv.ll
  llvm/trunk/test/DebugInfo/Generic/2009-11-10-CurrentFn.ll
  llvm/trunk/test/DebugInfo/Generic/2010-05-03-OriginDIE.ll
  llvm/trunk/test/DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll
  llvm/trunk/test/DebugInfo/Generic/dead-argument-order.ll
  llvm/trunk/test/DebugInfo/Generic/gvn.ll
  llvm/trunk/test/DebugInfo/Generic/incorrect-variable-debugloc.ll
  llvm/trunk/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll
  llvm/trunk/test/DebugInfo/Generic/inlined-arguments.ll
  llvm/trunk/test/DebugInfo/Generic/inlined-vars.ll
  llvm/trunk/test/DebugInfo/Generic/missing-abstract-variable.ll
  llvm/trunk/test/DebugInfo/Generic/piece-verifier.ll
  llvm/trunk/test/DebugInfo/Generic/recursive_inlining.ll
  llvm/trunk/test/DebugInfo/Generic/sugared-constants.ll
  llvm/trunk/test/DebugInfo/Generic/two-cus-from-same-file.ll
  llvm/trunk/test/DebugInfo/Mips/InlinedFnLocalVar.ll
  llvm/trunk/test/DebugInfo/Mips/delay-slot.ll
  llvm/trunk/test/DebugInfo/Mips/dsr-fixed-objects.ll
  llvm/trunk/test/DebugInfo/X86/DW_AT_calling-convention.ll
  llvm/trunk/test/DebugInfo/X86/DW_AT_location-reference.ll
  llvm/trunk/test/DebugInfo/X86/InlinedFnLocalVar.ll
  llvm/trunk/test/DebugInfo/X86/PR26148.ll
  llvm/trunk/test/DebugInfo/X86/array.ll
  llvm/trunk/test/DebugInfo/X86/array2.ll
  llvm/trunk/test/DebugInfo/X86/bbjoin.ll
  llvm/trunk/test/DebugInfo/X86/block-capture.ll
  llvm/trunk/test/DebugInfo/X86/constant-aggregate.ll
  llvm/trunk/test/DebugInfo/X86/constant-loclist.ll
  llvm/trunk/test/DebugInfo/X86/dbg-const-int.ll
  llvm/trunk/test/DebugInfo/X86/dbg-const.ll
  llvm/trunk/test/DebugInfo/X86/dbg-i128-const.ll
  llvm/trunk/test/DebugInfo/X86/dbg-merge-loc-entry.ll
  llvm/trunk/test/DebugInfo/X86/dbg-value-const-byref.ll
  llvm/trunk/test/DebugInfo/X86/dbg-value-dag-combine.ll
  llvm/trunk/test/DebugInfo/X86/dbg-value-frame-index.ll
  llvm/trunk/test/DebugInfo/X86/dbg-value-g-gmlt.ll
  llvm/trunk/test/DebugInfo/X86/dbg-value-inlined-parameter.ll
  llvm/trunk/test/DebugInfo/X86/dbg-value-isel.ll
  llvm/trunk/test/DebugInfo/X86/dbg-value-location.ll
  llvm/trunk/test/DebugInfo/X86/dbg-value-range.ll
  llvm/trunk/test/DebugInfo/X86/dbg-value-regmask-clobber.ll
  llvm/trunk/test/DebugInfo/X86/dbg-value-terminator.ll
  llvm/trunk/test/DebugInfo/X86/debug-info-blocks.ll
  llvm/trunk/test/DebugInfo/X86/debug-loc-frame.ll
  llvm/trunk/test/DebugInfo/X86/debug-ranges-offset.ll
  llvm/trunk/test/DebugInfo/X86/deleted-bit-piece.ll
  llvm/trunk/test/DebugInfo/X86/dw_op_minus_direct.ll
  llvm/trunk/test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll
  llvm/trunk/test/DebugInfo/X86/earlydup-crash.ll
  llvm/trunk/test/DebugInfo/X86/elf-names.ll
  llvm/trunk/test/DebugInfo/X86/fission-ranges.ll
  llvm/trunk/test/DebugInfo/X86/float_const.ll
  llvm/trunk/test/DebugInfo/X86/float_const_loclist.ll
  llvm/trunk/test/DebugInfo/X86/formal_parameter.ll
  llvm/trunk/test/DebugInfo/X86/ghost-sdnode-dbgvalues.ll
  llvm/trunk/test/DebugInfo/X86/inlined-formal-parameter.ll
  llvm/trunk/test/DebugInfo/X86/live-debug-values.ll
  llvm/trunk/test/DebugInfo/X86/mi-print.ll
  llvm/trunk/test/DebugInfo/X86/misched-dbg-value.ll
  llvm/trunk/test/DebugInfo/X86/multiple-at-const-val.ll
  llvm/trunk/test/DebugInfo/X86/nodebug_with_debug_loc.ll
  llvm/trunk/test/DebugInfo/X86/nophysreg.ll
  llvm/trunk/test/DebugInfo/X86/partial-constant.ll
  llvm/trunk/test/DebugInfo/X86/pieces-1.ll
  llvm/trunk/test/DebugInfo/X86/pieces-2.ll
  llvm/trunk/test/DebugInfo/X86/pieces-3.ll
  llvm/trunk/test/DebugInfo/X86/pieces-4.ll
  llvm/trunk/test/DebugInfo/X86/pr28270.ll
  llvm/trunk/test/DebugInfo/X86/reference-argument.ll
  llvm/trunk/test/DebugInfo/X86/rematerialize.ll
  llvm/trunk/test/DebugInfo/X86/safestack-byval.ll
  llvm/trunk/test/DebugInfo/X86/single-dbg_value.ll
  llvm/trunk/test/DebugInfo/X86/sroasplit-1.ll
  llvm/trunk/test/DebugInfo/X86/sroasplit-2.ll
  llvm/trunk/test/DebugInfo/X86/sroasplit-3.ll
  llvm/trunk/test/DebugInfo/X86/sroasplit-4.ll
  llvm/trunk/test/DebugInfo/X86/stack-value-dwarf2.ll
  llvm/trunk/test/DebugInfo/X86/stack-value-piece.ll
  llvm/trunk/test/DebugInfo/X86/subreg.ll
  llvm/trunk/test/DebugInfo/X86/subregisters.ll
  llvm/trunk/test/DebugInfo/X86/this-stack_value.ll
  llvm/trunk/test/DebugInfo/X86/union-const.ll
  llvm/trunk/test/Transforms/ADCE/debug-info-intrinsic.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/pr33641_remove_arg_dbgvalue.ll
  llvm/trunk/test/Transforms/BDCE/dbg-multipleuses.ll
  llvm/trunk/test/Transforms/BDCE/pr26587.ll
  llvm/trunk/test/Transforms/Coroutines/coro-split-dbg.ll
  llvm/trunk/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
  llvm/trunk/test/Transforms/DeadArgElim/dbginfo.ll
  llvm/trunk/test/Transforms/DeadStoreElimination/inst-limits.ll
  llvm/trunk/test/Transforms/GlobalOpt/2009-03-05-dbg.ll
  llvm/trunk/test/Transforms/GlobalOpt/localize-constexpr-debuginfo.ll
  llvm/trunk/test/Transforms/Inline/alloca-dbgdeclare.ll
  llvm/trunk/test/Transforms/Inline/ignore-debug-info.ll
  llvm/trunk/test/Transforms/Inline/local-as-metadata-undominated-use.ll
  llvm/trunk/test/Transforms/InstCombine/debuginfo-dce.ll
  llvm/trunk/test/Transforms/InstCombine/debuginfo-skip.ll
  llvm/trunk/test/Transforms/LICM/debug-value.ll
  llvm/trunk/test/Transforms/LoopIdiom/debug-line.ll
  llvm/trunk/test/Transforms/LoopReroll/reroll_with_dbg.ll
  llvm/trunk/test/Transforms/LoopRotate/dbgvalue.ll
  llvm/trunk/test/Transforms/LoopRotate/phi-dbgvalue.ll
  llvm/trunk/test/Transforms/LoopSimplify/dbg-loc.ll
  llvm/trunk/test/Transforms/LoopStrengthReduce/pr12018.ll
  llvm/trunk/test/Transforms/LoopVectorize/dbg.value.ll
  llvm/trunk/test/Transforms/LoopVectorize/debugloc.ll
  llvm/trunk/test/Transforms/Mem2Reg/ConvertDebugInfo.ll
  llvm/trunk/test/Transforms/Mem2Reg/debug-alloca-phi.ll
  llvm/trunk/test/Transforms/MergeFunc/mergefunc-preserve-debug-info.ll
  llvm/trunk/test/Transforms/ObjCARC/allocas.ll
  llvm/trunk/test/Transforms/ObjCARC/basic.ll
  llvm/trunk/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
  llvm/trunk/test/Transforms/SROA/dbg-single-piece.ll
  llvm/trunk/test/Transforms/SafeStack/X86/debug-loc-dynamic.ll
  llvm/trunk/test/Transforms/SafeStack/X86/debug-loc2.ll
  llvm/trunk/test/Transforms/Scalarizer/dbginfo.ll
  llvm/trunk/test/Transforms/SimplifyCFG/PR27615-simplify-cond-br.ll
  llvm/trunk/test/Transforms/SimplifyCFG/branch-fold-dbg.ll
  llvm/trunk/test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
  llvm/trunk/test/Transforms/SimplifyCFG/sink-common-code.ll
  llvm/trunk/test/Transforms/StripSymbols/2010-06-30-StripDebug.ll
  llvm/trunk/test/Transforms/StripSymbols/strip-dead-debug-info.ll
  llvm/trunk/test/Transforms/Util/simplify-dbg-declare-load.ll
  llvm/trunk/test/Transforms/Util/split-bit-piece.ll
  llvm/trunk/test/Transforms/Util/strip-nonlinetable-debuginfo-loops.ll
  llvm/trunk/test/Verifier/llvm.dbg.intrinsic-dbg-attachment.ll
  llvm/trunk/unittests/Transforms/Utils/Cloning.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35951.108700.patch
Type: text/x-patch
Size: 284210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170728/477a2cf1/attachment-0001.bin>


More information about the llvm-commits mailing list