diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-01-07 21:54:51 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-01-07 21:54:51 +0000 |
commit | c60d7d96f5c8f7200fca9dc2193fa115f51d8561 (patch) | |
tree | 2d02065a4061fde19dc3777432c3fca2ec63f4de /llvm/lib/Bitcode | |
parent | 802b62871eaff81980aeaafebd639319cc93c051 (diff) | |
download | bcm5719-llvm-c60d7d96f5c8f7200fca9dc2193fa115f51d8561.tar.gz bcm5719-llvm-c60d7d96f5c8f7200fca9dc2193fa115f51d8561.zip |
LoopVectorizer: When we vectorizer and widen loops we process many elements at once. This is a good thing, except for
small loops. On small loops post-loop that handles scalars (and runs slower) can take more time to execute than the
rest of the loop. This patch disables widening of loops with a small static trip count.
llvm-svn: 171798
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions