LoopVectorizer: Calculate the number of pointers to disambiguate at runtime based...
authorNadav Rotem <nrotem@apple.com>
Fri, 26 Apr 2013 05:08:59 +0000 (05:08 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 26 Apr 2013 05:08:59 +0000 (05:08 +0000)
commit7557e521e50180817a165f8c897220b0e2020b7b
tree41cab12892eba9cc53bf9848f3c353990d505782
parent276b8549ee177ee584699638dd17eb358e25ace1
LoopVectorizer:  Calculate the number of pointers to disambiguate at runtime based on the numbers of reads and writes.

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