[PATCH] D128070: [Support] Change TrackingStatistic to use uint64_t instead of unsigned

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 13:03:33 PDT 2022


mingmingl updated this revision to Diff 438022.
mingmingl added a comment.

In llvm/unittests/ADT/StatisticTest.cpp line 45, use `UINT64_C(0)` rather than `0ll` as suggested.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128070

Files:
  llvm/include/llvm/ADT/Statistic.h
  llvm/lib/Support/Statistic.cpp
  llvm/lib/Transforms/Scalar/NewGVN.cpp
  llvm/unittests/ADT/StatisticTest.cpp
  mlir/lib/Pass/PassStatistics.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128070.438022.patch
Type: text/x-patch
Size: 5795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220617/1b02c5c5/attachment.bin>


More information about the llvm-commits mailing list