[PATCH] D84120: [Debuginfo] (8/N) 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
Sat Jul 18 17:14:24 PDT 2020


alok created this revision.
alok added a reviewer: dblaikie.
alok added a project: debug-info.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

  This patch stems from D84112.
  This patch includes changes for SROA optimization.


Repository:
  rG LLVM Github Monorepo

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/lib/Transforms/Utils/PromoteMemoryToRegister.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.279045.patch
Type: text/x-patch
Size: 19566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200719/5372072a/attachment.bin>


More information about the llvm-commits mailing list