[PATCH] D37494: Change encodeU/SLEB128 to pad to certain number of bytes

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 16:03:12 PDT 2017


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

Looks good to me. This is certainly a simplification over computing `PaddingFor5ByteULEB128` :-).


https://reviews.llvm.org/D37494





More information about the llvm-commits mailing list