[PATCH] D63429: [DebugInfo] Avoid adding too much indirection to pointer-valued variables

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 07:26:03 PDT 2019


jmorse updated this revision to Diff 205337.
jmorse added a comment.

Add an isComplex() method to DIExpression that detects when an expression could be interpreted as a memory location.


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

https://reviews.llvm.org/D63429

Files:
  include/llvm/IR/DebugInfoMetadata.h
  lib/CodeGen/PrologEpilogInserter.cpp
  lib/IR/DebugInfoMetadata.cpp
  test/DebugInfo/MIR/X86/prolog-epilog-indirection.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63429.205337.patch
Type: text/x-patch
Size: 9254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190618/e3374171/attachment.bin>


More information about the llvm-commits mailing list