diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-01-06 07:58:36 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-01-06 07:58:36 +0000 |
commit | 7998b1d6fe08c1b3010f790cc96d75137a404bf7 (patch) | |
tree | 9b159b82359393c5742c2a4a7847faad78b24e10 /clang/lib/Basic/Targets.cpp | |
parent | 245de78e062ab074154ee4c410ceefef7535c12e (diff) | |
download | bcm5719-llvm-7998b1d6fe08c1b3010f790cc96d75137a404bf7.tar.gz bcm5719-llvm-7998b1d6fe08c1b3010f790cc96d75137a404bf7.zip |
Use movups to lower memcpy and memset even if it's not fast (like corei7).
The theory is it's still faster than a pair of movq / a quad of movl. This
will probably hurt older chips like P4 but should run faster on current
and future Intel processors. rdar://8817010
llvm-svn: 122955
Diffstat (limited to 'clang/lib/Basic/Targets.cpp')
0 files changed, 0 insertions, 0 deletions