[PATCH] D84120: [Debuginfo][SROA] (7/7) Support for DW_OP_implicit_pointer for named and unnamed variables (second strategy).

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 01:58:21 PST 2020


alok updated this revision to Diff 304755.
alok retitled this revision from "[Debuginfo] (8/N) Support for DW_OP_implicit_pointer for named and unnamed variables (second strategy)." to "[Debuginfo][SROA] (7/7) Support for DW_OP_implicit_pointer for named and unnamed variables (second strategy).".
alok added a comment.
Herald added a subscriber: dexonsmith.

Updated to re-base.


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

https://reviews.llvm.org/D84120

Files:
  llvm/include/llvm/Transforms/Scalar/SROA.h
  llvm/lib/IR/Metadata.cpp
  llvm/lib/IR/Value.cpp
  llvm/lib/Transforms/Scalar/EarlyCSE.cpp
  llvm/lib/Transforms/Scalar/SROA.cpp
  llvm/test/DebugInfo/X86/dwarfdump-implicit_pointer_mem2reg.c
  llvm/test/DebugInfo/X86/dwarfdump-implicit_pointer_sroa.c
  llvm/test/DebugInfo/X86/dwarfdump-implicit_pointer_sroa_inline.c
  llvm/test/DebugInfo/X86/implicit_pointer_mem2reg.c
  llvm/test/DebugInfo/X86/implicit_pointer_sroa.c
  llvm/test/DebugInfo/X86/implicit_pointer_sroa_inline.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84120.304755.patch
Type: text/x-patch
Size: 19040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201112/4955cb64/attachment.bin>


More information about the llvm-commits mailing list