Chris Lattner 70177e402d Fix PR404: Loop simplify is really slow on 252.eon
This eliminates an N*N*logN algorithm from the loop simplify pass, replacing
it with a much simpler and faster alternative.  In a debug build, this reduces
gccas time on eon from 85s to 42s.

llvm-svn: 14851
2004-07-15 04:27:04 +00:00
..
2004-07-15 02:31:46 +00:00
2004-07-15 02:40:04 +00:00
2004-07-15 02:40:04 +00:00
2004-07-15 02:51:32 +00:00
2004-07-15 01:29:12 +00:00
2004-07-15 02:51:31 +00:00
2004-02-13 23:29:37 +00:00