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)
commit46c5f79789947b75ff3b0cc107f133fb0c5ffb5e
tree184fb29480aad519ed988c200ad0eefcde7db92f
parentdc5eff5b98aba0fe0e8104dfa7429c9a759684c2
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169334 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp