[LV] Statistics numbers for LoopVectorize introduced: a number of analyzed loops...
authorAlexander Musman <alexander.musman@gmail.com>
Wed, 23 Apr 2014 08:40:37 +0000 (08:40 +0000)
committerAlexander Musman <alexander.musman@gmail.com>
Wed, 23 Apr 2014 08:40:37 +0000 (08:40 +0000)
commitbf255f5d5a54b2a16a61098709a2b02423761b56
treeaac406d0b95a7838cdbfbe1afbae6af28f0ce257
parent07c2241e45915922e0c7bede9558dcd6f318ebdc
[LV] Statistics numbers for LoopVectorize introduced: a number of analyzed loops & a number of vectorized loops.
Use -stats to see how many loops were analyzed for possible vectorization and how many of them were actually vectorized.
Patch by Zinovy Nis

Differential Revision: http://reviews.llvm.org/D3438

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