llvm-6502/test/Transforms/LoopVectorize/X86
Nadav Rotem 9a6c6a3736 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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171798 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-07 21:54:51 +00:00
..
avx1.ll
conversion-cost.ll
cost-model.ll
gcc-examples.ll LoopVectorizer: 2013-01-04 17:48:25 +00:00
lit.local.cfg
no-vector.ll
struct-store.ll Fix typo "Makre" -> "Make". 2012-12-24 19:55:47 +00:00
unroll-small-loops.ll LoopVectorizer: When we vectorizer and widen loops we process many elements at once. This is a good thing, except for 2013-01-07 21:54:51 +00:00