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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 12:26:35 PST 2017


efriedma added a comment.

It looks like this makes UnrollingPreferences::Threshold essentially unused?  We already have a separate threshold for runtime/partial unrolling; it just isn't exposed as a command-line option.


https://reviews.llvm.org/D28368





More information about the llvm-commits mailing list