[PATCH] D130516: compression classes
Cole Kissane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 27 15:01:30 PDT 2022
ckissane added inline comments.
================
Comment at: llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp:54
+ CompressionScheme =
+ CompressionScheme->when(Compress && DoInstrProfNameCompression)
+ ->whenSupported();
----------------
note the helpers such as when(bool), whensupported() and notNone()
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130516/new/
https://reviews.llvm.org/D130516
More information about the cfe-commits
mailing list