[PATCH] D111617: [RISCV] Lazily add RVV C intrinsics.
Hsiangkai Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 9 09:05:18 PST 2021
HsiangKai added a comment.
Release build:
Before this patch:
text data bss dec hex
115471733 7987112 443760 123902605 7629a8d ./bin/clang
After this patch:
text data bss dec hex
117568981 7996376 443760 126009117 782bf1d ./bin/clang (+1.7%)
Debug build:
Before this patch:
text data bss dec hex
265437945 9544132 494152 275476229 106b6f05 ./bin/clang
After this patch:
text data bss dec hex
272133359 9553380 494152 282180891 10d1bd1b ./bin/clang. (+2.4%)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111617/new/
https://reviews.llvm.org/D111617
More information about the cfe-commits
mailing list