diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-01-03 06:19:09 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-01-03 06:19:09 +0000 |
| commit | b5d1579c72422255e877cfb90d24156fceedb792 (patch) | |
| tree | ab93009f34a810d7060273a7aba5a532798db6a4 /clang/lib/Index/DeclReferenceMap.cpp | |
| parent | 80b2e8151e8202fb531f5ed5b9c924f9dc7cb395 (diff) | |
| download | bcm5719-llvm-b5d1579c72422255e877cfb90d24156fceedb792.tar.gz bcm5719-llvm-b5d1579c72422255e877cfb90d24156fceedb792.zip | |
Turn on earlycse by default. This seems to be a small performance
improvement in the generated code, and speeds up 'opt -std-compile-opts'
compile time on 176.gcc from 24.84s to 23.2s (about 7%).
This also resolves a specific code quality issue in rdar://7352081 which
was generating poor code for:
int t(int a, int b) {
if (a & b & 1)
return a & b;
return 3;
}
llvm-svn: 122740
Diffstat (limited to 'clang/lib/Index/DeclReferenceMap.cpp')
0 files changed, 0 insertions, 0 deletions

