[PATCH] D123865: [LoopPeel] Allow partial unrolling for profile-based peeling

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 10:32:05 PDT 2022


ikudrin added a comment.

A bit of the context. After D71990 <https://reviews.llvm.org/D71990>, we noticed that one of our tests became slower and did not benefit from PGO. The test has a loop that is executed exactly 8 times, and, before the patch, it was (partially) unrolled but after the patch, the loop is preserved in the compact form.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123865/new/

https://reviews.llvm.org/D123865



More information about the llvm-commits mailing list