| commit | c2af82b4b7ac5cb1766ed0a1977fac5765d4492f | [log] [tgz] |
|---|---|---|
| author | Michael Kuperstein <mkuper@google.com> | Wed Feb 22 00:27:34 2017 +0000 |
| committer | Michael Kuperstein <mkuper@google.com> | Wed Feb 22 00:27:34 2017 +0000 |
| tree | 5f92f8ede4a499520c56dccf1637f18970987dd7 | |
| parent | 01fb2c87b9d888c5e13778fa4a0622ab4767ff47 [diff] |
[LoopUnroll] Enable PGO-based loop peeling by default. This enables peeling of loops with low dynamic iteration count by default, when profile information is available. Differential Revision: https://reviews.llvm.org/D27734 llvm-svn: 295796