[PATCH] D70419: [DebugInfo] Support for DW_OP_implicit_pointer (for InstComb optimization)

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 24 22:18:06 PST 2019


alok updated this revision to Diff 230835.
alok added a comment.

Updated to rebase due to change in parent patch D70260 <https://reviews.llvm.org/D70260>.


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

https://reviews.llvm.org/D70419

Files:
  llvm/include/llvm/IR/Instruction.h
  llvm/include/llvm/IR/Value.h
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/IR/Instruction.cpp
  llvm/lib/IR/Value.cpp
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/lib/Transforms/Scalar/DCE.cpp
  llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  llvm/lib/Transforms/Scalar/EarlyCSE.cpp
  llvm/lib/Transforms/Scalar/GVN.cpp
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/lib/Transforms/Scalar/SROA.cpp
  llvm/lib/Transforms/Utils/CodeExtractor.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  llvm/test/DebugInfo/dwarfdump-implicit_pointer_instcomb.c
  llvm/test/DebugInfo/implicit_pointer_instcomb.c
  llvm/unittests/Transforms/Utils/LocalTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70419.230835.patch
Type: text/x-patch
Size: 35728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191125/982336db/attachment.bin>


More information about the llvm-commits mailing list