[PATCH] D87648: [Coverage][NFC] Remove skipped region after added into MappingRegions
Vedant Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 18 14:24:58 PDT 2020
vsk added a comment.
(Depending on what the potential performance gains look like, it might be advisable to keep things simple with the current O(n^2) approach. Optimizing things can carry some risk -- not sure if we've already ruled this out, but e.g. perhaps there's some edge case with nested functions where we maybe don't want to erase skipped regions eagerly.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87648/new/
https://reviews.llvm.org/D87648
More information about the cfe-commits
mailing list