This is an archive of the discontinued LLVM Phabricator instance.

[LangRef] Improve wording DW_OP_LLVM_entry_value
ClosedPublic

Authored by fdeazeve on Apr 25 2023, 11:31 AM.

Details

Summary

This commit simplifies the text of DW_OP_LLVM_entry_value by making it
terser, replacing a verbose example with a more concrete one, providing
an explicit conclusion on the meaning of N=1, and by transforming the
description of which passes generate this op into a list (which enables
future expansion of this list).

Diff Detail

Event Timeline

fdeazeve created this revision.Apr 25 2023, 11:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2023, 11:31 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
fdeazeve requested review of this revision.Apr 25 2023, 11:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2023, 11:31 AM

@aprantl tagging you as the original writer of this entry. Feel free to push back if you think the original version was more precise

aprantl accepted this revision.Apr 25 2023, 1:34 PM
aprantl added inline comments.
llvm/docs/LangRef.rst
5996

Right now the typically could be removed, but we can add it back in when it is needed :-)

This revision is now accepted and ready to land.Apr 25 2023, 1:34 PM
fdeazeve added inline comments.Apr 26 2023, 4:48 AM
llvm/docs/LangRef.rst
5996

good point!

This revision was landed with ongoing or failed builds.Apr 26 2023, 4:51 AM
This revision was automatically updated to reflect the committed changes.