[PATCH] D69028: [DebugInfo] Correctly place DW_OP_derefs for arguments passed on stack

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 07:40:26 PDT 2019


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

Cool, here's a version with deref_size; this could be refactored with the PrologEpilog site too, but it's not obvious which headers such a helper should live in.

The PrologEpilog site only uses deref_size if it's an implicit location, I've done the same here.


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

https://reviews.llvm.org/D69028

Files:
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  test/DebugInfo/X86/stack-arg-deref.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69028.225220.patch
Type: text/x-patch
Size: 6485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191016/d39f7ade/attachment.bin>


More information about the llvm-commits mailing list