"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "153827b0861100fb9069649a35d694db49d1e331"
Don't attempt to split subloops out of a loop with a huge number of backedges.
Not only will this take huge amounts of compile time, the resultant loop nests won't be useful for optimization. This reduces loopsimplify time on Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll from ~32s to ~0.4s with a debug build of llvm on a 2.7Ghz G5. llvm-svn: 29647
Loading
Please register or sign in to comment