vectorizer: Add support for reading and writing from the same memory location.
authorNadav Rotem <nrotem@apple.com>
Fri, 19 Oct 2012 01:24:18 +0000 (01:24 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 19 Oct 2012 01:24:18 +0000 (01:24 +0000)
commit89e7b356f270e29c2e9e18c6bbd30e5925585f06
tree920deb5b0ebd512db09c5a24a70c4e34e161dc44
parentcbd9a19b5d6ff93efa82c467508ede78b8af3bac
vectorizer: Add support for reading and writing from the same memory location.

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