LoopVectorizer: Increase the number of pointers that can be tested at runtime. If...
authorNadav Rotem <nrotem@apple.com>
Tue, 4 Dec 2012 23:25:24 +0000 (23:25 +0000)
committerNadav Rotem <nrotem@apple.com>
Tue, 4 Dec 2012 23:25:24 +0000 (23:25 +0000)
commita8f026e2d4e2e0dfc32d027ef69fafc963fd2208
tree9b93193c04c28b72b204c5fb7126073680b6e117
parent87fc988c5de8df7bc3242172a482bd2a371fc1a5
LoopVectorizer: Increase the number of pointers that can be tested at runtime. If we cant prove statically that the pointers are disjoint then we add the runtime check.

llvm-svn: 169334
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp