[PATCH] D131992: [Support] compression proposal for a enum->spec->impl approach
Cole Kissane via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 14:58:11 PDT 2022
ckissane marked an inline comment as done.
ckissane added inline comments.
================
Comment at: llvm/include/llvm/Support/Compression.h:48-50
+ const int BestSpeedLevel;
+ const int DefaultLevel;
+ const int BestSizeLevel;
----------------
dblaikie wrote:
> These could/should probably go in the `Implementation` since they're not useful when the algorithm isn't available anyway?
done
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131992/new/
https://reviews.llvm.org/D131992
More information about the llvm-commits
mailing list