[PATCH] D63078: [ThinLTO][Bitcode] Add 'entrycount' to FS_COMBINED_PROFILE. NFC

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 12:06:31 PDT 2019


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

Interesting - does this mean we just encoded it with a VBR 4 (what numrefs was to be encoded with), and everything else just got shifted down in the encoding (so immutablerefcnt got encoded as the first VBR 8 in the array at the end)?  Unfortunate that there isn't a way to test for this.

lgtm


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

https://reviews.llvm.org/D63078





More information about the llvm-commits mailing list