[PATCH] D158576: [GlobalISel] Copy the implementation of SubtargetFeature and use it for PredicateBitset.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 17:32:10 PDT 2023
MaskRay added a comment.
LGTM.
> This reduces the binary size of llc built with gcc 8.5.0 on my local build by ~15k.
Interesting. When building llc with near-thunk clang, the size goes down from 47637800 to 47637776 (small decrease). The small change is mainly in `bool llvm::GIMatchTableExecutor::executeMatchTable`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158576/new/
https://reviews.llvm.org/D158576
More information about the llvm-commits
mailing list