Use -stats to see how many loops were analyzed for possible vectorization and how many of them were actually vectorized.
This patch is a splitted version of http://reviews.llvm.org/D3423.
Paths
| Differential D3438
[LV] Statistics numbers for LoopVectorize introduced: a number of analyzed loops & a number of vectorized loops. ClosedPublic Authored by zinovy.nis on Apr 21 2014, 5:58 AM.
Details Summary Use -stats to see how many loops were analyzed for possible vectorization and how many of them were actually vectorized. This patch is a splitted version of http://reviews.llvm.org/D3423.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Apr 23 2014, 1:51 AM
Revision Contents
Diff 8696 lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/vect.stats.ll
|