[all-commits] [llvm/llvm-project] aacb50: [Coverage] Make SingleByteCoverage work consistent...
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Thu Oct 3 02:03:11 PDT 2024
Branch: refs/heads/users/chapuni/cov/single/merge
Home: https://github.com/llvm/llvm-project
Commit: aacb50ddf87d96b4a0644c7ef5d0a86dc94f069b
https://github.com/llvm/llvm-project/commit/aacb50ddf87d96b4a0644c7ef5d0a86dc94f069b
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M compiler-rt/test/profile/instrprof-block-coverage.c
M compiler-rt/test/profile/instrprof-entry-coverage.c
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/ProfileData/InstrProfReader.cpp
Log Message:
-----------
[Coverage] Make SingleByteCoverage work consistent to merging
- Round `Counts` as 1/0
- Confirm both `ExecutionCount` and `AltExecutionCount` are in range.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list