LoopVectorize: Allow vectorization of loops with lifetime markers
authorArnold Schwaighofer <aschwaighofer@apple.com>
Tue, 6 Aug 2013 22:37:52 +0000 (22:37 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Tue, 6 Aug 2013 22:37:52 +0000 (22:37 +0000)
commit2d66d4cf42022239bfc9cd260a7b924400139cb5
treecb821fd7e77aed0eb0fae4c9a825949a968c9873
parent014096e4d5e65309ca71d0e63327f5386ddf16fb
LoopVectorize: Allow vectorization of loops with lifetime markers

Patch by Marc Jessome!

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