[PATCH] D143942: [NFC] Replace -1U{LL} expressions with appropriate *_MAX macros in Support library.

Pavel Kopyl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 15:06:48 PST 2023


pavelkopyl updated this revision to Diff 497123.
pavelkopyl added a comment.

Replace ULLONG_MAX with UINT64_MAX.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143942

Files:
  llvm/include/llvm/Support/BlockFrequency.h
  llvm/include/llvm/Support/LEB128.h
  llvm/lib/Support/APFloat.cpp
  llvm/lib/Support/APInt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143942.497123.patch
Type: text/x-patch
Size: 3023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230213/2029aa54/attachment.bin>


More information about the llvm-commits mailing list