Skip to content
Commit c60d7d96 authored by Nadav Rotem's avatar Nadav Rotem
Browse files

LoopVectorizer: When we vectorizer and widen loops we process many elements at...

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
parent 802b6287
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment