This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

zinovy.nis updated this revision to Unknown Object (????).Apr 21 2014, 6:28 AM

Can you please commit it for me?

amusman accepted this revision.Apr 23 2014, 1:51 AM
amusman edited edge metadata.

Committed, revision 206956.

This revision is now accepted and ready to land.Apr 23 2014, 1:51 AM
amusman closed this revision.Apr 23 2014, 1:53 AM

Thanks, Alexander!