[PATCH] D102220: [NFC, CFI] Use unsigned type for CFI register values in parser/streamer code

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 15:02:25 PDT 2021


MaskRay added a comment.

> the interfacing code in parsers and streamers are using both signed and unsigned type in different parts.

Where is uint64_t used? Most places use int64_t.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102220



More information about the llvm-commits mailing list