[all-commits] [llvm/llvm-project] 61b294: Introduce CounterExpressionBuilder::subst(C, Map) ...
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Wed Jan 8 23:27:56 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61b294aa15e9e2149398a641121fc3e977284a17
https://github.com/llvm/llvm-project/commit/61b294aa15e9e2149398a641121fc3e977284a17
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/unittests/ProfileData/CoverageMappingTest.cpp
Log Message:
-----------
Introduce CounterExpressionBuilder::subst(C, Map) (#112698)
This return a counter for each term in the expression replaced by
ReplaceMap.
At the moment, this doesn't update the Map, so Map is marked as `const`.
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