Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-20 | Change the cpu type in the test. | Nadav Rotem | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172963 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-01-07 | LoopVectorizer: When we vectorizer and widen loops we process many elements ↵ | Nadav Rotem | |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171798 91177308-0d34-0410-b5e6-96231b3b80d8 |