Skip to content
Commit 9c93fd55 authored by Owen Anderson's avatar Owen Anderson
Browse files

Weight loop unrolling counts by nesting depth. Unrolling deeply nested loops tends to cause high

register pressure and thus excess spills, which we don't currently recover from well.  This should
be re-evaluated in the future if our ability to generate good spills/splits improves.

Partial fix for <rdar://problem/7635585>.

llvm-svn: 114919
parent 8f9ebe54
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