[all-commits] [llvm/llvm-project] 89a2e7: [llvm-profdata] Emit warning when counter value is...
Zequan Wu via All-commits
all-commits at lists.llvm.org
Tue Oct 31 13:41:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89a2e701596835ba2714e190990da09d4e976a9a
https://github.com/llvm/llvm-project/commit/89a2e701596835ba2714e190990da09d4e976a9a
Author: Zequan Wu <zequanwu at google.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/include/llvm/ProfileData/InstrProfReader.h
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/ProfileData/InstrProfReader.cpp
M llvm/test/tools/llvm-profdata/malformed-num-counters-zero.test
M llvm/tools/llvm-profdata/llvm-profdata.cpp
Log Message:
-----------
[llvm-profdata] Emit warning when counter value is greater than 2^56. (#69513)
Fixes #65416
More information about the All-commits
mailing list