[PATCH] D67236: [MC] Fix undefined behavior in MCInstPrinter::formatHex

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 15:26:20 PDT 2019


dblaikie added a comment.

Couldn't this value be hardcoded? The maximum value of a 64 bit signed integer is a known value, right? We could hardcode that string?


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

https://reviews.llvm.org/D67236





More information about the llvm-commits mailing list