[PATCH] D27734: [LoopUnroll] Enable PGO-based loop peeling by default

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 20:36:06 PST 2017


anemet added a comment.

Hi Michael,

Is this is on with -Os + PGO or just O<n> + PGO?

Also I forgot the heuristics from the original patch, are we only peeling hot low-trip count loops or also cold ones?

Thanks,
Adam


https://reviews.llvm.org/D27734





More information about the llvm-commits mailing list