PR21302. Vectorize only bottom-tested loops.
authorMichael Zolotukhin <mzolotukhin@apple.com>
Tue, 2 Dec 2014 22:59:06 +0000 (22:59 +0000)
committerMichael Zolotukhin <mzolotukhin@apple.com>
Tue, 2 Dec 2014 22:59:06 +0000 (22:59 +0000)
commit97be10d98f19d918d1bbd00934d77e021d19b375
tree0088c019c3112eed6d550fa4dbea1ac5ad7a93cc
parent6845cace0ece0b0cf54b84d6c3839bcb9d8b95d8
PR21302. Vectorize only bottom-tested loops.

rdar://problem/18886083

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