If all of the write objects are identified then we can vectorize the loop even if...
authorNadav Rotem <nrotem@apple.com>
Wed, 26 Dec 2012 23:30:53 +0000 (23:30 +0000)
committerNadav Rotem <nrotem@apple.com>
Wed, 26 Dec 2012 23:30:53 +0000 (23:30 +0000)
commit5dd839430c1dbce6cd35dc44f68718a1fc69bfba
tree052a260851158031533a6cc3d365c75f2b3ec569
parente9fd6ad5679e08c59613fc2765e8b628e5c1eb95
If all of the write objects are identified then we can vectorize the loop even if the read objects are unidentified.

PR14719.

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