This is an archive of the discontinued LLVM Phabricator instance.

[NFC] [docs] BitCodeFormat: fill in FUNCTION and USELIST blocks
Needs ReviewPublic

Authored by woodruffw on Jan 16 2022, 5:51 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This fills in a small amount of missing detail in the current bitcode format docs:

  • The FUNCTION_BLOCK section is updated to add references to other sub-blocks that can be present
  • The USELIST_BLOCK section was added, with stub sub-sections for each record code

Diff Detail

Event Timeline

woodruffw requested review of this revision.Jan 16 2022, 5:51 PM
woodruffw created this revision.
woodruffw added inline comments.Jan 16 2022, 5:52 PM
llvm/docs/BitCodeFormat.rst
1414

N.B.: I don't have enough background on this block to meaningfully fill this section in, so I've uses ellipses like other blocks and codes above.

xgupta added a subscriber: xgupta.Jan 16 2022, 9:23 PM