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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D67161: [clang,ARM] ... Reid Kleckner via Phabricator via cfe-commits

Reply via email to