[all-commits] [llvm/llvm-project] 178da3: [docs] Clarify variable-width integer (VBR) encodi...

Volodymyr Sapsai via All-commits all-commits at lists.llvm.org
Tue Aug 10 12:59:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 178da37b186dab856af5355bc860fe38fd74b327
      https://github.com/llvm/llvm-project/commit/178da37b186dab856af5355bc860fe38fd74b327
  Author: Volodymyr Sapsai <vsapsai at apple.com>
  Date:   2021-08-10 (Tue, 10 Aug 2021)

  Changed paths:
    M llvm/docs/BitCodeFormat.rst

  Log Message:
  -----------
  [docs] Clarify variable-width integer (VBR) encoding example.

Show that the bit chunks are placed starting at the least significant
bit. Select a different number, so the bit chunks have different values
and it is more obvious where they are in the encoded result.

Differential Revision: https://reviews.llvm.org/D107796




More information about the All-commits mailing list