[PATCH] D101780: [CoverageMapping] Handle gaps in counter IDs for source-based coverage
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 7 10:17:00 PDT 2021
vsk added a comment.
Thanks for digging into this. Could you explain why it's necessary to use more coverage counters than there are regions? If there's no longer a reserved counter (counter #0), then are counters N >= Regions.size() somehow redundant (and if so, are they worth deduplicating in the Rust FE)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101780/new/
https://reviews.llvm.org/D101780
More information about the llvm-commits
mailing list