Skip to content
Commit 8084dbaf authored by Owen Anderson's avatar Owen Anderson
Browse files

Relax the "don't unroll loops containing calls" rule. Instead, when a loop...

Relax the "don't unroll loops containing calls" rule.  Instead, when a loop contains a call, lower the
unrolling threshold to the optimize-for-size threshold.  Basically, for loops containing calls, unrolling
can still be profitable as long as the loop is REALLY small.

llvm-svn: 113439
parent 311adf3d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment