Add a limit to the heuristic that register allocates instructions in local order.
This handles pathological cases in which we see 2x increase in spill code for large blocks (~50k instructions). I don't have a unit test for this behavior. Fixes rdar://16072279. llvm-svn: 202304
Loading
Please register or sign in to comment