[PATCH] D136243: Account for memory locations in DIExpression::createFragmentExpression

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 05:36:02 PDT 2022


Orlando updated this revision to Diff 469186.
Orlando marked 2 inline comments as done.
Orlando added a comment.

Good points @StephenTozer, thanks for taking a look.

+ Add cases for:

  DW_OP_deref_size
  DW_OP_deref_type
  DW_OP_xderef
  DW_OP_xderef_size
  DW_OP_xderef_type

+ Update the test.


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

https://reviews.llvm.org/D136243

Files:
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136243.469186.patch
Type: text/x-patch
Size: 4946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221020/bac45528/attachment.bin>


More information about the llvm-commits mailing list