[PATCH] D144792: [DebugInfo][Docs] Remove `dbg.addr` from docs

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 07:33:42 PST 2023


Orlando accepted this revision.
Orlando added a comment.
This revision is now accepted and ready to land.

Thank you! LGTM with inline nit.



================
Comment at: llvm/docs/ReleaseNotes.rst:163-164
+  <https://reviews.llvm.org/D144801>`_). IR inputs with this intrinsic are
+  auto-upgraded to ``@llvm.dbg.value`` with ``DW_OP_deref`` (`D144793
+  <https://reviews.llvm.org/D144793>`_).
 
----------------
nit: IMO it's worth mentioning the DW_OP_deref is prepended to the DIExpression.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144792



More information about the llvm-commits mailing list