[all-commits] [llvm/llvm-project] 67dc80: [Support] Change TrackingStatistic and NoopStatist...
minglotus-6 via All-commits
all-commits at lists.llvm.org
Wed Jun 22 10:12:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67dc8021a1796cc84bd4c1e5983605323188ce9d
https://github.com/llvm/llvm-project/commit/67dc8021a1796cc84bd4c1e5983605323188ce9d
Author: Mingming Liu <mingmingl at google.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M llvm/include/llvm/ADT/Statistic.h
M llvm/lib/Support/Statistic.cpp
M llvm/lib/Transforms/Scalar/NewGVN.cpp
M llvm/unittests/ADT/StatisticTest.cpp
M mlir/lib/Pass/PassStatistics.cpp
M polly/lib/Analysis/ScopDetection.cpp
M polly/lib/Analysis/ScopInfo.cpp
Log Message:
-----------
[Support] Change TrackingStatistic and NoopStatistic to use uint64_t instead of unsigned.
Binary size of `clang` is trivial; namely, numerical value doesn't
change when measured in MiB, and `.data` section increases from 139Ki to
173 Ki.
Differential Revision: https://reviews.llvm.org/D128070
More information about the All-commits
mailing list