Lower the unrolling theshold to 150. Empirical tests indicate that this is a sweet...
authorOwen Anderson <resistor@mac.com>
Fri, 10 Sep 2010 17:57:00 +0000 (17:57 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 10 Sep 2010 17:57:00 +0000 (17:57 +0000)
commit8ea298a4e341479a4bba608007bec295fd164613
treec7a1b896fd3042b16ddf5b27955a9b74a99ed36c
parentd6934e4cee9e345822ec57a0ba08fb572e34e157
Lower the unrolling theshold to 150.  Empirical tests indicate that this is a sweet spot in the performance per
code size increase curve.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113595 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopUnrollPass.cpp