aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Basic/VirtualFileSystemTest.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-05-10 21:45:55 +0000
committerHans Wennborg <hans@hanshq.net>2016-05-10 21:45:55 +0000
commit719b26ba54bbbed99249863a6800d61778962429 (patch)
tree7440071a6e0c617b9ddb2272b814789bdedce435 /clang/unittests/Basic/VirtualFileSystemTest.cpp
parent12de4aeeb304cb497557a2c1a544382de26031e6 (diff)
downloadllvm-719b26ba54bbbed99249863a6800d61778962429.zip
llvm-719b26ba54bbbed99249863a6800d61778962429.tar.gz
llvm-719b26ba54bbbed99249863a6800d61778962429.tar.bz2
Loop unroller: set thresholds for optsize and minsize functions to zero
Before r268509, Clang would disable the loop unroll pass when optimizing for size. That commit enabled it to be able to support unroll pragmas in -Os builds. However, this regressed binary size in one of Chromium's DLLs with ~100 KB. This restores the original behaviour of no unrolling at -Os, but doing it in LLVM instead of Clang makes more sense, and also allows the pragmas to keep working. Differential revision: http://reviews.llvm.org/D20115 llvm-svn: 269124
Diffstat (limited to 'clang/unittests/Basic/VirtualFileSystemTest.cpp')
0 files changed, 0 insertions, 0 deletions