LoopVectorize: Do not vectorize loops with tiny constant trip counts.
authorNadav Rotem <nrotem@apple.com>
Wed, 31 Oct 2012 03:31:07 +0000 (03:31 +0000)
committerNadav Rotem <nrotem@apple.com>
Wed, 31 Oct 2012 03:31:07 +0000 (03:31 +0000)
commit5b2c4dc5f8f70352f029d595797089821eb39b3c
tree5ffb655cdd74ec272750c49407181271f76c5f98
parent42d43351b274603ed0ac28128498a35b8987ce15
LoopVectorize: Do not vectorize loops with tiny constant trip counts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167101 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/small-loop.ll [new file with mode: 0644]