[PATCH] D67161: [clang,ARM] Initial ACLE intrinsics for MVE.
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 17 16:36:45 PST 2020
rnk added a comment.
`ArmMveAliasValid` is the second slowest function to compile in all of clang, according to ClangBuildAnalyzer: https://reviews.llvm.org/P8185
We shouldn't spend 28 CPU seconds per rebuild on a switch. Please do something to speed it up. Generally, it is best to emit tables instead of code whenever possible.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67161/new/
https://reviews.llvm.org/D67161
More information about the cfe-commits
mailing list