[PATCH] D28368: Give higher full-unroll boosting when the loop iteration is small.

Dehao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 14:11:51 PST 2017


danielcdh added a comment.

I don't think it is a concern.

- it is a small benchmark (1.2M text size)
- there are a lot of countable loops in the code, thus it increased the most
- the increased size does not change performance
- the size will not change if optForSize() is true


https://reviews.llvm.org/D28368





More information about the llvm-commits mailing list