[PATCH] D37768: [IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declare

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 14:54:31 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL313825: [IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declare (authored by rnk).

Changed prior to commit:
  https://reviews.llvm.org/D37768?vs=115115&id=116083#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37768

Files:
  llvm/trunk/docs/SourceLevelDebugging.rst
  llvm/trunk/include/llvm/IR/IntrinsicInst.h
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/include/llvm/Transforms/Utils/Local.h
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/IR/DIBuilder.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/trunk/lib/Transforms/Scalar/SROA.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  llvm/trunk/test/DebugInfo/X86/dbg-addr-dse.ll
  llvm/trunk/test/DebugInfo/X86/dbg-addr.ll
  llvm/trunk/test/Transforms/Mem2Reg/dbg-addr-inline-dse.ll
  llvm/trunk/test/Transforms/Mem2Reg/dbg-addr.ll
  llvm/trunk/test/Transforms/SROA/dbg-addr-diamond.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37768.116083.patch
Type: text/x-patch
Size: 54452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170920/f95ebd1b/attachment.bin>


More information about the llvm-commits mailing list