[PATCH] D70523: [AMDGPU] Update AMDGPUUsage with DWARF proposal

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 19:57:05 PDT 2020


t-tye updated this revision to Diff 260533.
t-tye added a comment.

[AMDGPU] DWARF proposal review feedback

- Rename DW_OP_LLVM_offset_constu to DW_OP_LLVM_offset_uconst to matches DW_OP_plus_uconst.
- Correct DW_OP_LLVM_call_ref to be DW_OP_call_ref.
- Move proposed changes to a separate section to clarify that the introduction section is not part of the changes.
- Fix formatting typos and add missing reference.
- Clarify why DW_OP_LLVM_offset et al do not wrap on overflow.
- Correct syntax of augmentation string.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70523

Files:
  llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70523.260533.patch
Type: text/x-patch
Size: 11734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200428/d8bc2cc5/attachment.bin>


More information about the llvm-commits mailing list