[PATCH] D128070: [Stats] Change Value type from unsigned to uint64_t.

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 12:51:15 PDT 2022


mingmingl updated this revision to Diff 438012.
mingmingl added a comment.
Herald added subscribers: bzcheeseman, sdasgup3, wenzhicui, wrengr, dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, stephenneuendorffer, liufengdb, aartbik, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added a reviewer: rriddle.
Herald added a project: MLIR.

In `struct Statistic` from [1], change field `value` type from `unsigned` to `uint64_t` accordingly.

[1]  llvm-project/mlir/lib/Pass/PassStatistics.cpp https://github.com/llvm/llvm-project/blob/86d5d34c72233f75165bc328d8c45979979d126a/mlir/lib/Pass/PassStatistics.cpp#L24


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.438012.patch
Type: text/x-patch
Size: 5788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220617/c1c6eb4b/attachment.bin>


More information about the llvm-commits mailing list