[llvm-branch-commits] [clang] [llvm] [Coverage] Make additional counters available for BranchRegion. NFC. (PR #120930)
Jessica Paquette via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 7 23:14:27 PST 2025
================
@@ -1627,14 +1627,31 @@ class CodeGenFunction : public CodeGenTypeCache {
}
void markStmtMaybeUsed(const Stmt *S) { PGO.markStmtMaybeUsed(S); }
+ enum CounterForIncrement {
----------------
ornata wrote:
is the meaning of "exec counter" and "skip counter" defined anywhere? if not, it would be good to do that here.
https://github.com/llvm/llvm-project/pull/120930
More information about the llvm-branch-commits
mailing list