[PATCH] D34373: [LV] Optimize for size when vectorizing loops with tiny trip count

Taewook Oh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 22:13:16 PDT 2017


twoh added a comment.

I think this is a right approach, but concerned that the experimental results I shared on https://reviews.llvm.org/D32451 show that it is generally better to not to vectorize the low trip count loops. @Ayal, I wonder if you have any results that this patch actually improves the performance. Thanks!


https://reviews.llvm.org/D34373





More information about the llvm-commits mailing list